Uses of Class
com.amazonaws.services.ec2.model.AllocateHostsResult
Packages that use AllocateHostsResult
-
Uses of AllocateHostsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AllocateHostsResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type AllocateHostsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 AllocateHostsResultModifier 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 AllocateHostsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AllocateHostsResultModifier and TypeMethodDescriptionAllocateHostsResult.clone()
AllocateHostsResult.withHostIds
(String... hostIds) The ID of the allocated Dedicated host.AllocateHostsResult.withHostIds
(Collection<String> hostIds) The ID of the allocated Dedicated host.