Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<AllocateHostsResult> |
AmazonEC2AsyncClient.allocateHostsAsync(AllocateHostsRequest request,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AllocateHostsRequest |
AllocateHostsRequest.clone() |
AllocateHostsRequest |
AllocateHostsRequest.withAssetIds(Collection<String> assetIds)
The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts.
|
AllocateHostsRequest |
AllocateHostsRequest.withAssetIds(String... assetIds)
The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts.
|
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.withHostMaintenance(HostMaintenance hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
AllocateHostsRequest |
AllocateHostsRequest.withHostMaintenance(String hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
AllocateHostsRequest |
AllocateHostsRequest.withHostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
AllocateHostsRequest |
AllocateHostsRequest.withHostRecovery(String hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
AllocateHostsRequest |
AllocateHostsRequest.withInstanceFamily(String instanceFamily)
Specifies the instance family to be supported by the Dedicated Hosts.
|
AllocateHostsRequest |
AllocateHostsRequest.withInstanceType(String instanceType)
Specifies the instance type to be supported by the Dedicated Hosts.
|
AllocateHostsRequest |
AllocateHostsRequest.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host.
|
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 © 2023. All rights reserved.