Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
CreateReservedInstancesListingResult |
AmazonEC2.createReservedInstancesListing(CreateReservedInstancesListingRequest createReservedInstancesListingRequest)
Creates a listing for Amazon EC2 Reserved Instances to be sold in the
Reserved Instance Marketplace.
|
CreateReservedInstancesListingResult |
AmazonEC2Client.createReservedInstancesListing(CreateReservedInstancesListingRequest createReservedInstancesListingRequest)
Creates a listing for Amazon EC2 Reserved Instances to be sold in the
Reserved Instance Marketplace.
|
Future<CreateReservedInstancesListingResult> |
AmazonEC2AsyncClient.createReservedInstancesListingAsync(CreateReservedInstancesListingRequest createReservedInstancesListingRequest)
Creates a listing for Amazon EC2 Reserved Instances to be sold in the
Reserved Instance Marketplace.
|
Future<CreateReservedInstancesListingResult> |
AmazonEC2Async.createReservedInstancesListingAsync(CreateReservedInstancesListingRequest createReservedInstancesListingRequest)
Creates a listing for Amazon EC2 Reserved Instances to be sold in the
Reserved Instance Marketplace.
|
Future<CreateReservedInstancesListingResult> |
AmazonEC2AsyncClient.createReservedInstancesListingAsync(CreateReservedInstancesListingRequest createReservedInstancesListingRequest,
AsyncHandler<CreateReservedInstancesListingRequest,CreateReservedInstancesListingResult> asyncHandler)
Creates a listing for Amazon EC2 Reserved Instances to be sold in the
Reserved Instance Marketplace.
|
Future<CreateReservedInstancesListingResult> |
AmazonEC2Async.createReservedInstancesListingAsync(CreateReservedInstancesListingRequest createReservedInstancesListingRequest,
AsyncHandler<CreateReservedInstancesListingRequest,CreateReservedInstancesListingResult> asyncHandler)
Creates a listing for Amazon EC2 Reserved Instances to be sold in the
Reserved Instance Marketplace.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateReservedInstancesListingResult> |
AmazonEC2AsyncClient.createReservedInstancesListingAsync(CreateReservedInstancesListingRequest createReservedInstancesListingRequest,
AsyncHandler<CreateReservedInstancesListingRequest,CreateReservedInstancesListingResult> asyncHandler)
Creates a listing for Amazon EC2 Reserved Instances to be sold in the
Reserved Instance Marketplace.
|
Future<CreateReservedInstancesListingResult> |
AmazonEC2Async.createReservedInstancesListingAsync(CreateReservedInstancesListingRequest createReservedInstancesListingRequest,
AsyncHandler<CreateReservedInstancesListingRequest,CreateReservedInstancesListingResult> asyncHandler)
Creates a listing for Amazon EC2 Reserved Instances to be sold in the
Reserved Instance Marketplace.
|
Modifier and Type | Method and Description |
---|---|
CreateReservedInstancesListingRequest |
CreateReservedInstancesListingRequest.clone() |
CreateReservedInstancesListingRequest |
CreateReservedInstancesListingRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of
your listings.
|
CreateReservedInstancesListingRequest |
CreateReservedInstancesListingRequest.withInstanceCount(Integer instanceCount)
The number of instances that are a part of a Reserved Instance account
to be listed in the Reserved Instance Marketplace.
|
CreateReservedInstancesListingRequest |
CreateReservedInstancesListingRequest.withPriceSchedules(Collection<PriceScheduleSpecification> priceSchedules)
A list specifying the price of the Reserved Instance for each month
remaining in the Reserved Instance term.
|
CreateReservedInstancesListingRequest |
CreateReservedInstancesListingRequest.withPriceSchedules(PriceScheduleSpecification... priceSchedules)
A list specifying the price of the Reserved Instance for each month
remaining in the Reserved Instance term.
|
CreateReservedInstancesListingRequest |
CreateReservedInstancesListingRequest.withReservedInstancesId(String reservedInstancesId)
The ID of the active Reserved Instance.
|
Copyright © 2015. All rights reserved.