Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
UnsuccessfulItem |
UnsuccessfulItem.clone() |
UnsuccessfulItem |
UnsuccessfulItem.withError(UnsuccessfulItemError error)
Information about the error.
|
UnsuccessfulItem |
UnsuccessfulItem.withResourceId(String resourceId)
The ID of the resource.
|
Modifier and Type | Method and Description |
---|---|
List<UnsuccessfulItem> |
ReleaseHostsResult.getUnsuccessful()
The IDs of the Dedicated hosts that could not be released, including an
error message.
|
List<UnsuccessfulItem> |
CreateFlowLogsResult.getUnsuccessful()
Information about the flow logs that could not be created successfully.
|
List<UnsuccessfulItem> |
ModifyHostsResult.getUnsuccessful()
The IDs of the Dedicated hosts that could not be modified.
|
List<UnsuccessfulItem> |
DeleteFlowLogsResult.getUnsuccessful()
Information about the flow logs that could not be deleted successfully.
|
List<UnsuccessfulItem> |
DeleteVpcEndpointsResult.getUnsuccessful()
Information about the endpoints that were not successfully deleted.
|
Modifier and Type | Method and Description |
---|---|
ReleaseHostsResult |
ReleaseHostsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated hosts that could not be released, including an
error message.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.
|
ModifyHostsResult |
ModifyHostsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated hosts that could not be modified.
|
DeleteFlowLogsResult |
DeleteFlowLogsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
Modifier and Type | Method and Description |
---|---|
void |
ReleaseHostsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be released, including an
error message.
|
void |
CreateFlowLogsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
|
void |
ModifyHostsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be modified.
|
void |
DeleteFlowLogsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
void |
DeleteVpcEndpointsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
ReleaseHostsResult |
ReleaseHostsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be released, including an
error message.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
|
ModifyHostsResult |
ModifyHostsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be modified.
|
DeleteFlowLogsResult |
DeleteFlowLogsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
Copyright © 2018. All rights reserved.