Uses of Class
software.amazon.awssdk.services.ec2.model.ReservedInstancesListing
Packages that use ReservedInstancesListing
-
Uses of ReservedInstancesListing in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReservedInstancesListingModifier and TypeMethodDescriptionfinal List<ReservedInstancesListing>CancelReservedInstancesListingResponse.reservedInstancesListings()The Reserved Instance listing.final List<ReservedInstancesListing>CreateReservedInstancesListingResponse.reservedInstancesListings()Information about the Standard Reserved Instance listing.final List<ReservedInstancesListing>DescribeReservedInstancesListingsResponse.reservedInstancesListings()Information about the Reserved Instance listing.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ReservedInstancesListingModifier and TypeMethodDescriptionCancelReservedInstancesListingResponse.Builder.reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings) The Reserved Instance listing.CreateReservedInstancesListingResponse.Builder.reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings) Information about the Standard Reserved Instance listing.DescribeReservedInstancesListingsResponse.Builder.reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings) Information about the Reserved Instance listing.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ReservedInstancesListingModifier and TypeMethodDescriptionCancelReservedInstancesListingResponse.Builder.reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings) The Reserved Instance listing.CreateReservedInstancesListingResponse.Builder.reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings) Information about the Standard Reserved Instance listing.DescribeReservedInstancesListingsResponse.Builder.reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings) Information about the Reserved Instance listing.