| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default AllocateHostsResponse |
Ec2Client.allocateHosts(Consumer<AllocateHostsRequest.Builder> allocateHostsRequest)
Allocates a Dedicated Host to your account.
|
default CompletableFuture<AllocateHostsResponse> |
Ec2AsyncClient.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)
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.Builder |
AllocateHostsRequest.Builder.autoPlacement(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.Builder |
AllocateHostsRequest.Builder.availabilityZone(String availabilityZone)
The Availability Zone in which to allocate the Dedicated Host.
|
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.hostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.hostRecovery(String hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
AllocateHostsRequest.Builder |
AllocateHostsRequest.Builder.instanceType(String instanceType)
Specifies 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.