Uses of Class
com.amazonaws.services.ec2.model.AllocateHostsResult
-
Packages that use AllocateHostsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AllocateHostsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AllocateHostsResult Modifier and Type Method Description AllocateHostsResult
AbstractAmazonEC2. allocateHosts(AllocateHostsRequest request)
AllocateHostsResult
AmazonEC2. allocateHosts(AllocateHostsRequest allocateHostsRequest)
Allocates a Dedicated host to your account.AllocateHostsResult
AmazonEC2Client. allocateHosts(AllocateHostsRequest allocateHostsRequest)
Allocates a Dedicated host to your account.Method parameters in com.amazonaws.services.ec2 with type arguments of type AllocateHostsResult 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 AllocateHostsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AllocateHostsResult Modifier and Type Method Description AllocateHostsResult
AllocateHostsResult. clone()
AllocateHostsResult
AllocateHostsResult. withHostIds(String... hostIds)
The ID of the allocated Dedicated host.AllocateHostsResult
AllocateHostsResult. withHostIds(Collection<String> hostIds)
The ID of the allocated Dedicated host.
-