| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AllocateHostsResponse> |
Ec2AsyncClient.allocateHosts(Consumer<AllocateHostsRequest.Builder> allocateHostsRequest)
Allocates a Dedicated Host to your account.
|
default AllocateHostsResponse |
Ec2Client.allocateHosts(Consumer<AllocateHostsRequest.Builder> allocateHostsRequest)
Allocates a Dedicated Host to your account.
|
| Modifier and Type | Method and Description |
|---|---|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.autoPlacement(AutoPlacement autoPlacement)
This is enabled by default.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.autoPlacement(String autoPlacement)
This is enabled by default.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.availabilityZone(String availabilityZone)
The Availability Zone for the Dedicated Hosts.
|
static AllocateHostsRequest.Builder |
AllocateHostsRequest.builder() |
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.instanceType(String instanceType)
Specify the instance type for which to configure your Dedicated Hosts.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.quantity(Integer quantity)
The number of Dedicated Hosts to allocate to your account with these parameters.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllocateHostsRequest.Builder> |
AllocateHostsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.