Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
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.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateReservedInstancesListingRequest> |
CreateReservedInstancesListingRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.