Uses of Class
com.amazonaws.services.ec2.model.AllocateHostsRequest
Packages that use AllocateHostsRequest
-
Uses of AllocateHostsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AllocateHostsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.allocateHosts
(AllocateHostsRequest request) AmazonEC2.allocateHosts
(AllocateHostsRequest allocateHostsRequest) Allocates a Dedicated host to your account.AmazonEC2Client.allocateHosts
(AllocateHostsRequest allocateHostsRequest) Allocates a Dedicated host to your account.AbstractAmazonEC2Async.allocateHostsAsync
(AllocateHostsRequest request) AbstractAmazonEC2Async.allocateHostsAsync
(AllocateHostsRequest request, AsyncHandler<AllocateHostsRequest, AllocateHostsResult> asyncHandler) AmazonEC2Async.allocateHostsAsync
(AllocateHostsRequest allocateHostsRequest) Allocates a Dedicated host to your account.AmazonEC2Async.allocateHostsAsync
(AllocateHostsRequest allocateHostsRequest, AsyncHandler<AllocateHostsRequest, AllocateHostsResult> asyncHandler) Allocates a Dedicated host to your account.AmazonEC2AsyncClient.allocateHostsAsync
(AllocateHostsRequest request) AmazonEC2AsyncClient.allocateHostsAsync
(AllocateHostsRequest request, AsyncHandler<AllocateHostsRequest, AllocateHostsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AllocateHostsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.allocateHostsAsync
(AllocateHostsRequest request, AsyncHandler<AllocateHostsRequest, AllocateHostsResult> asyncHandler) AmazonEC2Async.allocateHostsAsync
(AllocateHostsRequest allocateHostsRequest, AsyncHandler<AllocateHostsRequest, AllocateHostsResult> asyncHandler) Allocates a Dedicated host to your account.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 AllocateHostsRequestModifier and TypeMethodDescriptionAllocateHostsRequest.clone()
AllocateHostsRequest.withAutoPlacement
(AutoPlacement autoPlacement) This is enabled by default.AllocateHostsRequest.withAutoPlacement
(String autoPlacement) This is enabled by default.AllocateHostsRequest.withAvailabilityZone
(String availabilityZone) The Availability Zone for the Dedicated hosts.AllocateHostsRequest.withClientToken
(String clientToken) Unique, case-sensitive identifier you provide to ensure idempotency of the request.AllocateHostsRequest.withInstanceType
(String instanceType) Specify the instance type that you want your Dedicated hosts to be configured for.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 AllocateHostsRequestModifier and TypeMethodDescriptionAllocateHostsRequest.getDryRunRequest()
This method is intended for internal use only.