| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<UnsuccessfulItem> |
DeleteVpcEndpointServiceConfigurationsResponse.unsuccessful()
Information about the service configurations that were not deleted, if applicable.
|
List<UnsuccessfulItem> |
CreateFlowLogsResponse.unsuccessful()
Information about the flow logs that could not be created successfully.
|
List<UnsuccessfulItem> |
RejectVpcEndpointConnectionsResponse.unsuccessful()
Information about the endpoints that were not rejected, if applicable.
|
List<UnsuccessfulItem> |
DeleteVpcEndpointConnectionNotificationsResponse.unsuccessful()
Information about the notifications that could not be deleted successfully.
|
List<UnsuccessfulItem> |
DeleteFlowLogsResponse.unsuccessful()
Information about the flow logs that could not be deleted successfully.
|
List<UnsuccessfulItem> |
DeleteVpcEndpointsResponse.unsuccessful()
Information about the VPC endpoints that were not successfully deleted.
|
List<UnsuccessfulItem> |
ModifyHostsResponse.unsuccessful()
The IDs of the Dedicated Hosts that could not be modified.
|
List<UnsuccessfulItem> |
AcceptVpcEndpointConnectionsResponse.unsuccessful()
Information about the interface endpoints that were not accepted, if applicable.
|
List<UnsuccessfulItem> |
ReleaseHostsResponse.unsuccessful()
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcEndpointServiceConfigurationsResponse.Builder |
DeleteVpcEndpointServiceConfigurationsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the service configurations that were not deleted, if applicable.
|
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.
|
RejectVpcEndpointConnectionsResponse.Builder |
RejectVpcEndpointConnectionsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
DeleteVpcEndpointConnectionNotificationsResponse.Builder |
DeleteVpcEndpointConnectionNotificationsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the notifications that could not be deleted successfully.
|
DeleteFlowLogsResponse.Builder |
DeleteFlowLogsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
DeleteVpcEndpointsResponse.Builder |
DeleteVpcEndpointsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
|
ModifyHostsResponse.Builder |
ModifyHostsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
AcceptVpcEndpointConnectionsResponse.Builder |
AcceptVpcEndpointConnectionsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
|
ReleaseHostsResponse.Builder |
ReleaseHostsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcEndpointServiceConfigurationsResponse.Builder |
DeleteVpcEndpointServiceConfigurationsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the service configurations that were not deleted, if applicable.
|
CreateFlowLogsResponse.Builder |
CreateFlowLogsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
|
RejectVpcEndpointConnectionsResponse.Builder |
RejectVpcEndpointConnectionsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
DeleteVpcEndpointConnectionNotificationsResponse.Builder |
DeleteVpcEndpointConnectionNotificationsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the notifications that could not be deleted successfully.
|
DeleteFlowLogsResponse.Builder |
DeleteFlowLogsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
|
DeleteVpcEndpointsResponse.Builder |
DeleteVpcEndpointsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
|
ModifyHostsResponse.Builder |
ModifyHostsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be modified.
|
AcceptVpcEndpointConnectionsResponse.Builder |
AcceptVpcEndpointConnectionsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
|
ReleaseHostsResponse.Builder |
ReleaseHostsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated Hosts that could not be released, including an error message.
|
Copyright © 2021. All rights reserved.