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> |
DeleteVpcEndpointServiceConfigurationsResult.getUnsuccessful()
Information about the service configurations that were not deleted, if applicable.
|
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> |
DeleteVpcEndpointsResult.getUnsuccessful()
Information about the VPC endpoints that were not successfully deleted.
|
List<UnsuccessfulItem> |
RejectVpcEndpointConnectionsResult.getUnsuccessful()
Information about the endpoints that were not rejected, if applicable.
|
List<UnsuccessfulItem> |
DeleteFlowLogsResult.getUnsuccessful()
Information about the flow logs that could not be deleted successfully.
|
List<UnsuccessfulItem> |
DeleteVpcEndpointConnectionNotificationsResult.getUnsuccessful()
Information about the notifications that could not be deleted successfully.
|
List<UnsuccessfulItem> |
ReleaseHostsResult.getUnsuccessful()
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
List<UnsuccessfulItem> |
AcceptVpcEndpointConnectionsResult.getUnsuccessful()
Information about the interface endpoints that were not accepted, if applicable.
|
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointServiceConfigurationsResult |
DeleteVpcEndpointServiceConfigurationsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the service configurations that were not deleted, if applicable.
|
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.
|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
|
RejectVpcEndpointConnectionsResult |
RejectVpcEndpointConnectionsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
DeleteFlowLogsResult |
DeleteFlowLogsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
DeleteVpcEndpointConnectionNotificationsResult |
DeleteVpcEndpointConnectionNotificationsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the notifications that could not be deleted successfully.
|
ReleaseHostsResult |
ReleaseHostsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
AcceptVpcEndpointConnectionsResult |
AcceptVpcEndpointConnectionsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteVpcEndpointServiceConfigurationsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the service configurations that were not deleted, if applicable.
|
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 |
DeleteVpcEndpointsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
|
void |
RejectVpcEndpointConnectionsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
void |
DeleteFlowLogsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
void |
DeleteVpcEndpointConnectionNotificationsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the notifications that could not be deleted successfully.
|
void |
ReleaseHostsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
void |
AcceptVpcEndpointConnectionsResult.setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
|
DeleteVpcEndpointServiceConfigurationsResult |
DeleteVpcEndpointServiceConfigurationsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the service configurations that were not deleted, if applicable.
|
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.
|
DeleteVpcEndpointsResult |
DeleteVpcEndpointsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
|
RejectVpcEndpointConnectionsResult |
RejectVpcEndpointConnectionsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
DeleteFlowLogsResult |
DeleteFlowLogsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
DeleteVpcEndpointConnectionNotificationsResult |
DeleteVpcEndpointConnectionNotificationsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the notifications that could not be deleted successfully.
|
ReleaseHostsResult |
ReleaseHostsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
AcceptVpcEndpointConnectionsResult |
AcceptVpcEndpointConnectionsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
|
Copyright © 2021. All rights reserved.