Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
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> |
DeleteFlowLogsResult.getUnsuccessful()
Information about the flow logs that could not be deleted
successfully.
|
List<UnsuccessfulItem> |
CreateFlowLogsResult.getUnsuccessful()
Information about the flow logs that could not be created
successfully.
|
List<UnsuccessfulItem> |
DeleteVpcEndpointsResult.getUnsuccessful()
Information about the endpoints that were not successfully deleted.
|
Modifier and Type | Method and Description |
---|---|
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.
|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteFlowLogsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted
successfully.
|
void |
CreateFlowLogsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created
successfully.
|
void |
DeleteVpcEndpointsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
DeleteFlowLogsResult |
DeleteFlowLogsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted
successfully.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created
successfully.
|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
Copyright © 2015. All rights reserved.