Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ModifyHostsResult |
AmazonEC2Client.modifyHosts(ModifyHostsRequest request)
Modify the auto-placement setting of a Dedicated Host.
|
ModifyHostsResult |
AmazonEC2.modifyHosts(ModifyHostsRequest modifyHostsRequest)
Modify the auto-placement setting of a Dedicated Host.
|
ModifyHostsResult |
AbstractAmazonEC2.modifyHosts(ModifyHostsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ModifyHostsResult> |
AmazonEC2Async.modifyHostsAsync(ModifyHostsRequest modifyHostsRequest,
AsyncHandler<ModifyHostsRequest,ModifyHostsResult> asyncHandler)
Modify the auto-placement setting of a Dedicated Host.
|
Future<ModifyHostsResult> |
AbstractAmazonEC2Async.modifyHostsAsync(ModifyHostsRequest request,
AsyncHandler<ModifyHostsRequest,ModifyHostsResult> asyncHandler) |
Future<ModifyHostsResult> |
AmazonEC2AsyncClient.modifyHostsAsync(ModifyHostsRequest request,
AsyncHandler<ModifyHostsRequest,ModifyHostsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyHostsResult |
ModifyHostsResult.clone() |
ModifyHostsResult |
ModifyHostsResult.withSuccessful(Collection<String> successful)
The IDs of the Dedicated Hosts that were successfully modified.
|
ModifyHostsResult |
ModifyHostsResult.withSuccessful(String... successful)
The IDs of the Dedicated Hosts that were successfully modified.
|
ModifyHostsResult |
ModifyHostsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
ModifyHostsResult |
ModifyHostsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
Copyright © 2018. All rights reserved.