Uses of Class
software.amazon.awssdk.services.ec2.model.ReservedInstancesListing
-
Packages that use ReservedInstancesListing Package Description software.amazon.awssdk.services.ec2.model -
-
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 ReservedInstancesListing Modifier and Type Method Description List<ReservedInstancesListing>CancelReservedInstancesListingResponse. reservedInstancesListings()The Reserved Instance listing.List<ReservedInstancesListing>CreateReservedInstancesListingResponse. reservedInstancesListings()Information about the Standard Reserved Instance listing.List<ReservedInstancesListing>DescribeReservedInstancesListingsResponse. reservedInstancesListings()Information about the Reserved Instance listing.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ReservedInstancesListing Modifier and Type Method Description CancelReservedInstancesListingResponse.BuilderCancelReservedInstancesListingResponse.Builder. reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)The Reserved Instance listing.CreateReservedInstancesListingResponse.BuilderCreateReservedInstancesListingResponse.Builder. reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)Information about the Standard Reserved Instance listing.DescribeReservedInstancesListingsResponse.BuilderDescribeReservedInstancesListingsResponse.Builder. reservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)Information about the Reserved Instance listing.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ReservedInstancesListing Modifier and Type Method Description CancelReservedInstancesListingResponse.BuilderCancelReservedInstancesListingResponse.Builder. reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)The Reserved Instance listing.CreateReservedInstancesListingResponse.BuilderCreateReservedInstancesListingResponse.Builder. reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)Information about the Standard Reserved Instance listing.DescribeReservedInstancesListingsResponse.BuilderDescribeReservedInstancesListingsResponse.Builder. reservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)Information about the Reserved Instance listing.
-