| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ModifyHostsResponse.Builder |
ModifyHostsResponse.builder() |
ModifyHostsResponse.Builder |
ModifyHostsResponse.Builder.successful(Collection<String> successful)
The IDs of the Dedicated Hosts that were successfully modified.
|
ModifyHostsResponse.Builder |
ModifyHostsResponse.Builder.successful(String... successful)
The IDs of the Dedicated Hosts that were successfully modified.
|
ModifyHostsResponse.Builder |
ModifyHostsResponse.toBuilder() |
ModifyHostsResponse.Builder |
ModifyHostsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
ModifyHostsResponse.Builder |
ModifyHostsResponse.Builder.unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
ModifyHostsResponse.Builder |
ModifyHostsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyHostsResponse.Builder> |
ModifyHostsResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.