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