Uses of Class
com.amazonaws.services.ec2.model.CreateReservedInstancesListingResult
Packages that use CreateReservedInstancesListingResult
-
Uses of CreateReservedInstancesListingResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateReservedInstancesListingResultModifier and TypeMethodDescriptionAbstractAmazonEC2.createReservedInstancesListing
(CreateReservedInstancesListingRequest request) AmazonEC2.createReservedInstancesListing
(CreateReservedInstancesListingRequest createReservedInstancesListingRequest) Creates a listing for Amazon EC2 Reserved Instances to be sold in the Reserved Instance Marketplace.AmazonEC2Client.createReservedInstancesListing
(CreateReservedInstancesListingRequest createReservedInstancesListingRequest) Creates a listing for Amazon EC2 Reserved Instances to be sold in the Reserved Instance Marketplace.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateReservedInstancesListingResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createReservedInstancesListingAsync
(CreateReservedInstancesListingRequest request) AbstractAmazonEC2Async.createReservedInstancesListingAsync
(CreateReservedInstancesListingRequest request, AsyncHandler<CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult> asyncHandler) AmazonEC2Async.createReservedInstancesListingAsync
(CreateReservedInstancesListingRequest createReservedInstancesListingRequest) Creates a listing for Amazon EC2 Reserved Instances to be sold in the Reserved Instance Marketplace.AmazonEC2Async.createReservedInstancesListingAsync
(CreateReservedInstancesListingRequest createReservedInstancesListingRequest, AsyncHandler<CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult> asyncHandler) Creates a listing for Amazon EC2 Reserved Instances to be sold in the Reserved Instance Marketplace.AmazonEC2AsyncClient.createReservedInstancesListingAsync
(CreateReservedInstancesListingRequest request) AmazonEC2AsyncClient.createReservedInstancesListingAsync
(CreateReservedInstancesListingRequest request, AsyncHandler<CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateReservedInstancesListingResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createReservedInstancesListingAsync
(CreateReservedInstancesListingRequest request, AsyncHandler<CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult> asyncHandler) AmazonEC2Async.createReservedInstancesListingAsync
(CreateReservedInstancesListingRequest createReservedInstancesListingRequest, AsyncHandler<CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult> asyncHandler) Creates a listing for Amazon EC2 Reserved Instances to be sold in the Reserved Instance Marketplace.AmazonEC2AsyncClient.createReservedInstancesListingAsync
(CreateReservedInstancesListingRequest request, AsyncHandler<CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult> asyncHandler) -
Uses of CreateReservedInstancesListingResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateReservedInstancesListingResultModifier and TypeMethodDescriptionCreateReservedInstancesListingResult.clone()
CreateReservedInstancesListingResult.withReservedInstancesListings
(ReservedInstancesListing... reservedInstancesListings) Information about the Reserved Instance listing.CreateReservedInstancesListingResult.withReservedInstancesListings
(Collection<ReservedInstancesListing> reservedInstancesListings) Information about the Reserved Instance listing.