Uses of Class
com.amazonaws.services.ec2.model.AllocateHostsRequest
-
Packages that use AllocateHostsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AllocateHostsRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type AllocateHostsRequest Modifier and Type Method 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)
-
Uses of AllocateHostsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AllocateHostsRequest Modifier and Type Method 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 you provide to ensure idempotency of the request.AllocateHostsRequest
AllocateHostsRequest. withInstanceType(String instanceType)
Specify the instance type that you want your Dedicated hosts to be configured for.AllocateHostsRequest
AllocateHostsRequest. withQuantity(Integer quantity)
The number of Dedicated hosts you want to allocate to your account with these parameters.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AllocateHostsRequest Modifier and Type Method Description Request<AllocateHostsRequest>
AllocateHostsRequest. getDryRunRequest()
This method is intended for internal use only.
-