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 AllocateHostsResultAbstractAmazonEC2. allocateHosts(AllocateHostsRequest request)AllocateHostsResultAmazonEC2. allocateHosts(AllocateHostsRequest allocateHostsRequest)Allocates a Dedicated host to your account.AllocateHostsResultAmazonEC2Client. 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 AllocateHostsResultAllocateHostsResult. clone()AllocateHostsResultAllocateHostsResult. withHostIds(String... hostIds)The ID of the allocated Dedicated host.AllocateHostsResultAllocateHostsResult. withHostIds(Collection<String> hostIds)The ID of the allocated Dedicated host.
-