Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<UnsuccessfulItem> |
ReleaseHostsResult.unsuccessful
The IDs of the Dedicated hosts that could not be released, including an
error message.
|
private SdkInternalList<UnsuccessfulItem> |
ModifyHostsResult.unsuccessful
The IDs of the Dedicated hosts that could not be modified.
|
private SdkInternalList<UnsuccessfulItem> |
DeleteVpcEndpointsResult.unsuccessful
Information about the endpoints that were not successfully deleted.
|
private SdkInternalList<UnsuccessfulItem> |
DeleteFlowLogsResult.unsuccessful
Information about the flow logs that could not be deleted successfully.
|
private SdkInternalList<UnsuccessfulItem> |
CreateFlowLogsResult.unsuccessful
Information about the flow logs that could not be created successfully.
|
Modifier and Type | Method and Description |
---|---|
UnsuccessfulItem |
UnsuccessfulItem.clone() |
UnsuccessfulItem |
UnsuccessfulItem.withError(UnsuccessfulItemError error)
Information about the error.
|
UnsuccessfulItem |
UnsuccessfulItem.withResourceId(java.lang.String resourceId)
The ID of the resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UnsuccessfulItem> |
ReleaseHostsResult.getUnsuccessful()
The IDs of the Dedicated hosts that could not be released, including an
error message.
|
java.util.List<UnsuccessfulItem> |
ModifyHostsResult.getUnsuccessful()
The IDs of the Dedicated hosts that could not be modified.
|
java.util.List<UnsuccessfulItem> |
DeleteVpcEndpointsResult.getUnsuccessful()
Information about the endpoints that were not successfully deleted.
|
java.util.List<UnsuccessfulItem> |
DeleteFlowLogsResult.getUnsuccessful()
Information about the flow logs that could not be deleted successfully.
|
java.util.List<UnsuccessfulItem> |
CreateFlowLogsResult.getUnsuccessful()
Information about the flow logs that could not be created successfully.
|
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.
|
ModifyHostsResult |
ModifyHostsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated hosts that could not be modified.
|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
DeleteFlowLogsResult |
DeleteFlowLogsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.
|
Modifier and Type | Method and Description |
---|---|
void |
ReleaseHostsResult.setUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be released, including an
error message.
|
void |
ModifyHostsResult.setUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be modified.
|
void |
DeleteVpcEndpointsResult.setUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
void |
DeleteFlowLogsResult.setUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
void |
CreateFlowLogsResult.setUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
|
ReleaseHostsResult |
ReleaseHostsResult.withUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be released, including an
error message.
|
ModifyHostsResult |
ModifyHostsResult.withUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be modified.
|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
DeleteFlowLogsResult |
DeleteFlowLogsResult.withUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
|
Modifier and Type | Method and Description |
---|---|
UnsuccessfulItem |
UnsuccessfulItemStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |