Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Future<AllocateHostsResult> |
AbstractAmazonEC2Async.allocateHostsAsync(AllocateHostsRequest request,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler) |
Future<AllocateHostsResult> |
AmazonEC2AsyncClient.allocateHostsAsync(AllocateHostsRequest request,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler) |
Future<AllocateHostsResult> |
AmazonEC2Async.allocateHostsAsync(AllocateHostsRequest allocateHostsRequest,
AsyncHandler<AllocateHostsRequest,AllocateHostsResult> asyncHandler)
Allocates a Dedicated host to your account.
|
Modifier and Type | Method and Description |
---|---|
AllocateHostsResult |
AllocateHostsResult.clone() |
AllocateHostsResult |
AllocateHostsResult.withHostIds(Collection<String> hostIds)
The ID of the allocated Dedicated host.
|
AllocateHostsResult |
AllocateHostsResult.withHostIds(String... hostIds)
The ID of the allocated Dedicated host.
|
Copyright © 2018. All rights reserved.