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 ReservedInstancesListingReservedInstancesListing. clone()ReservedInstancesListingReservedInstancesListing. withClientToken(String clientToken)A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.ReservedInstancesListingReservedInstancesListing. withCreateDate(Date createDate)The time the listing was created.ReservedInstancesListingReservedInstancesListing. withInstanceCounts(InstanceCount... instanceCounts)The number of instances in this state.ReservedInstancesListingReservedInstancesListing. withInstanceCounts(Collection<InstanceCount> instanceCounts)The number of instances in this state.ReservedInstancesListingReservedInstancesListing. withPriceSchedules(PriceSchedule... priceSchedules)The price of the Reserved Instance listing.ReservedInstancesListingReservedInstancesListing. withPriceSchedules(Collection<PriceSchedule> priceSchedules)The price of the Reserved Instance listing.ReservedInstancesListingReservedInstancesListing. withReservedInstancesId(String reservedInstancesId)The ID of the Reserved Instance.ReservedInstancesListingReservedInstancesListing. withReservedInstancesListingId(String reservedInstancesListingId)The ID of the Reserved Instance listing.ReservedInstancesListingReservedInstancesListing. withStatus(ListingStatus status)The status of the Reserved Instance listing.ReservedInstancesListingReservedInstancesListing. withStatus(String status)The status of the Reserved Instance listing.ReservedInstancesListingReservedInstancesListing. withStatusMessage(String statusMessage)The reason for the current status of the Reserved Instance listing.ReservedInstancesListingReservedInstancesListing. withTags(Tag... tags)Any tags assigned to the resource.ReservedInstancesListingReservedInstancesListing. withTags(Collection<Tag> tags)Any tags assigned to the resource.ReservedInstancesListingReservedInstancesListing. 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 CancelReservedInstancesListingResultCancelReservedInstancesListingResult. withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)The Reserved Instance listing.CreateReservedInstancesListingResultCreateReservedInstancesListingResult. withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)Information about the Reserved Instance listing.DescribeReservedInstancesListingsResultDescribeReservedInstancesListingsResult. 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 voidCancelReservedInstancesListingResult. setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)The Reserved Instance listing.voidCreateReservedInstancesListingResult. setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)Information about the Reserved Instance listing.voidDescribeReservedInstancesListingsResult. setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)Information about the Reserved Instance listing.CancelReservedInstancesListingResultCancelReservedInstancesListingResult. withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)The Reserved Instance listing.CreateReservedInstancesListingResultCreateReservedInstancesListingResult. withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)Information about the Reserved Instance listing.DescribeReservedInstancesListingsResultDescribeReservedInstancesListingsResult. withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)Information about the Reserved Instance listing.
-