Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AllocateHostsResult> |
AmazonEC2Async.allocateHostsAsync(AllocateHostsRequest allocateHostsRequest,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler)
Allocates a Dedicated Host to your account.
|
Future<AllocateHostsResult> |
AbstractAmazonEC2Async.allocateHostsAsync(AllocateHostsRequest request,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler) |
Future<AllocateHostsResult> |
AmazonEC2AsyncClient.allocateHostsAsync(AllocateHostsRequest request,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AllocateHostsRequest |
AllocateHostsRequest.clone() |
AllocateHostsRequest |
AllocateHostsRequest.withAutoPlacement(AutoPlacement autoPlacement)
This is enabled by default.
|
AllocateHostsRequest |
AllocateHostsRequest.withAutoPlacement(String autoPlacement)
This is enabled by default.
|
AllocateHostsRequest |
AllocateHostsRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone for the Dedicated Hosts.
|
AllocateHostsRequest |
AllocateHostsRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AllocateHostsRequest |
AllocateHostsRequest.withInstanceType(String instanceType)
Specify the instance type for which to configure your Dedicated Hosts.
|
AllocateHostsRequest |
AllocateHostsRequest.withQuantity(Integer quantity)
The number of Dedicated Hosts to allocate to your account with these parameters.
|
Modifier and Type | Method and Description |
---|---|
Request<AllocateHostsRequest> |
AllocateHostsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.