| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
List<UnsuccessfulItem> |
DeleteFlowLogsResponse.unsuccessful()
Information about the flow logs that could not be deleted successfully.
|
List<UnsuccessfulItem> |
ModifyHostsResponse.unsuccessful()
The IDs of the Dedicated Hosts that could not be modified.
|
List<UnsuccessfulItem> |
DeleteVpcEndpointsResponse.unsuccessful()
Information about the endpoints that were not successfully deleted.
|
List<UnsuccessfulItem> |
ReleaseHostsResponse.unsuccessful()
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
List<UnsuccessfulItem> |
CreateFlowLogsResponse.unsuccessful()
Information about the flow logs that could not be created successfully.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteFlowLogsResponse.Builder |
DeleteFlowLogsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
ModifyHostsResponse.Builder |
ModifyHostsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
DeleteVpcEndpointsResponse.Builder |
DeleteVpcEndpointsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
ReleaseHostsResponse.Builder |
ReleaseHostsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteFlowLogsResponse.Builder |
DeleteFlowLogsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
ModifyHostsResponse.Builder |
ModifyHostsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
DeleteVpcEndpointsResponse.Builder |
DeleteVpcEndpointsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
ReleaseHostsResponse.Builder |
ReleaseHostsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
|
| Modifier and Type | Method and Description |
|---|---|
UnsuccessfulItem |
UnsuccessfulItemUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.