Uses of Class
com.amazonaws.services.ec2.model.ReservedInstancesListing
-
Packages that use ReservedInstancesListing Package Description com.amazonaws.services.ec2.model -
-
Uses of ReservedInstancesListing in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ReservedInstancesListing Modifier and Type Method Description ReservedInstancesListing
ReservedInstancesListing. clone()
ReservedInstancesListing
ReservedInstancesListing. withClientToken(String clientToken)
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.ReservedInstancesListing
ReservedInstancesListing. withCreateDate(Date createDate)
The time the listing was created.ReservedInstancesListing
ReservedInstancesListing. withInstanceCounts(InstanceCount... instanceCounts)
The number of instances in this state.ReservedInstancesListing
ReservedInstancesListing. withInstanceCounts(Collection<InstanceCount> instanceCounts)
The number of instances in this state.ReservedInstancesListing
ReservedInstancesListing. withPriceSchedules(PriceSchedule... priceSchedules)
The price of the Reserved Instance listing.ReservedInstancesListing
ReservedInstancesListing. withPriceSchedules(Collection<PriceSchedule> priceSchedules)
The price of the Reserved Instance listing.ReservedInstancesListing
ReservedInstancesListing. withReservedInstancesId(String reservedInstancesId)
The ID of the Reserved Instance.ReservedInstancesListing
ReservedInstancesListing. withReservedInstancesListingId(String reservedInstancesListingId)
The ID of the Reserved Instance listing.ReservedInstancesListing
ReservedInstancesListing. withStatus(ListingStatus status)
The status of the Reserved Instance listing.ReservedInstancesListing
ReservedInstancesListing. withStatus(String status)
The status of the Reserved Instance listing.ReservedInstancesListing
ReservedInstancesListing. withStatusMessage(String statusMessage)
The reason for the current status of the Reserved Instance listing.ReservedInstancesListing
ReservedInstancesListing. withTags(Tag... tags)
Any tags assigned to the resource.ReservedInstancesListing
ReservedInstancesListing. withTags(Collection<Tag> tags)
Any tags assigned to the resource.ReservedInstancesListing
ReservedInstancesListing. withUpdateDate(Date updateDate)
The last modified timestamp of the listing.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ReservedInstancesListing Modifier and Type Method Description List<ReservedInstancesListing>
CancelReservedInstancesListingResult. getReservedInstancesListings()
The Reserved Instance listing.List<ReservedInstancesListing>
CreateReservedInstancesListingResult. getReservedInstancesListings()
Information about the Reserved Instance listing.List<ReservedInstancesListing>
DescribeReservedInstancesListingsResult. getReservedInstancesListings()
Information about the Reserved Instance listing.Methods in com.amazonaws.services.ec2.model with parameters of type ReservedInstancesListing Modifier and Type Method Description CancelReservedInstancesListingResult
CancelReservedInstancesListingResult. withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
The Reserved Instance listing.CreateReservedInstancesListingResult
CreateReservedInstancesListingResult. withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Reserved Instance listing.DescribeReservedInstancesListingsResult
DescribeReservedInstancesListingsResult. withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Reserved Instance listing.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ReservedInstancesListing Modifier and Type Method Description void
CancelReservedInstancesListingResult. setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
The Reserved Instance listing.void
CreateReservedInstancesListingResult. setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.void
DescribeReservedInstancesListingsResult. setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.CancelReservedInstancesListingResult
CancelReservedInstancesListingResult. withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
The Reserved Instance listing.CreateReservedInstancesListingResult
CreateReservedInstancesListingResult. withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.DescribeReservedInstancesListingsResult
DescribeReservedInstancesListingsResult. withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instance listing.
-