| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AllocateHostsResult> |
AmazonEC2AsyncClient.allocateHostsAsync(AllocateHostsRequest request,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler) |
Future<AllocateHostsResult> |
AbstractAmazonEC2Async.allocateHostsAsync(AllocateHostsRequest request,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler) |
Future<AllocateHostsResult> |
AmazonEC2Async.allocateHostsAsync(AllocateHostsRequest allocateHostsRequest,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler)
Allocates a Dedicated Host to your account.
|
| Modifier and Type | Method and Description |
|---|---|
AllocateHostsRequest |
AllocateHostsRequest.clone() |
AllocateHostsRequest |
AllocateHostsRequest.withAutoPlacement(AutoPlacement autoPlacement)
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration,
or if it only accepts Host tenancy instance launches that specify its unique host ID.
|
AllocateHostsRequest |
AllocateHostsRequest.withAutoPlacement(String autoPlacement)
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration,
or if it only accepts Host tenancy instance launches that specify its unique host ID.
|
AllocateHostsRequest |
AllocateHostsRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone in which to allocate the Dedicated Host.
|
AllocateHostsRequest |
AllocateHostsRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AllocateHostsRequest |
AllocateHostsRequest.withInstanceType(String instanceType)
Specifies 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.
|
AllocateHostsRequest |
AllocateHostsRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
AllocateHostsRequest |
AllocateHostsRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
| Modifier and Type | Method and Description |
|---|---|
Request<AllocateHostsRequest> |
AllocateHostsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2019. All rights reserved.