Uses of Class
software.amazon.awssdk.services.ec2.model.UnsuccessfulItem
-
Packages that use UnsuccessfulItem Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of UnsuccessfulItem in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnsuccessfulItem Modifier and Type Method Description List<UnsuccessfulItem>AcceptVpcEndpointConnectionsResponse. unsuccessful()Information about the interface endpoints that were not accepted, if applicable.List<UnsuccessfulItem>CreateFlowLogsResponse. unsuccessful()Information about the flow logs that could not be created successfully.List<UnsuccessfulItem>DeleteFlowLogsResponse. unsuccessful()Information about the flow logs that could not be deleted successfully.List<UnsuccessfulItem>DeleteVpcEndpointConnectionNotificationsResponse. unsuccessful()Information about the notifications that could not be deleted successfully.List<UnsuccessfulItem>DeleteVpcEndpointServiceConfigurationsResponse. unsuccessful()Information about the service configurations that were not deleted, if applicable.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>RejectVpcEndpointConnectionsResponse. unsuccessful()Information about the endpoints that were not rejected, if applicable.List<UnsuccessfulItem>ReleaseHostsResponse. unsuccessful()The IDs of the Dedicated Hosts that could not be released, including an error message.Methods in software.amazon.awssdk.services.ec2.model with parameters of type UnsuccessfulItem Modifier and Type Method Description AcceptVpcEndpointConnectionsResponse.BuilderAcceptVpcEndpointConnectionsResponse.Builder. unsuccessful(UnsuccessfulItem... unsuccessful)Information about the interface endpoints that were not accepted, if applicable.CreateFlowLogsResponse.BuilderCreateFlowLogsResponse.Builder. unsuccessful(UnsuccessfulItem... unsuccessful)Information about the flow logs that could not be created successfully.DeleteFlowLogsResponse.BuilderDeleteFlowLogsResponse.Builder. unsuccessful(UnsuccessfulItem... unsuccessful)Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointConnectionNotificationsResponse.BuilderDeleteVpcEndpointConnectionNotificationsResponse.Builder. unsuccessful(UnsuccessfulItem... unsuccessful)Information about the notifications that could not be deleted successfully.DeleteVpcEndpointServiceConfigurationsResponse.BuilderDeleteVpcEndpointServiceConfigurationsResponse.Builder. unsuccessful(UnsuccessfulItem... unsuccessful)Information about the service configurations that were not deleted, if applicable.DeleteVpcEndpointsResponse.BuilderDeleteVpcEndpointsResponse.Builder. unsuccessful(UnsuccessfulItem... unsuccessful)Information about the VPC endpoints that were not successfully deleted.ModifyHostsResponse.BuilderModifyHostsResponse.Builder. unsuccessful(UnsuccessfulItem... unsuccessful)The IDs of the Dedicated Hosts that could not be modified.RejectVpcEndpointConnectionsResponse.BuilderRejectVpcEndpointConnectionsResponse.Builder. unsuccessful(UnsuccessfulItem... unsuccessful)Information about the endpoints that were not rejected, if applicable.ReleaseHostsResponse.BuilderReleaseHostsResponse.Builder. unsuccessful(UnsuccessfulItem... unsuccessful)The IDs of the Dedicated Hosts that could not be released, including an error message.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type UnsuccessfulItem Modifier and Type Method Description AcceptVpcEndpointConnectionsResponse.BuilderAcceptVpcEndpointConnectionsResponse.Builder. unsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the interface endpoints that were not accepted, if applicable.CreateFlowLogsResponse.BuilderCreateFlowLogsResponse.Builder. unsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the flow logs that could not be created successfully.DeleteFlowLogsResponse.BuilderDeleteFlowLogsResponse.Builder. unsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointConnectionNotificationsResponse.BuilderDeleteVpcEndpointConnectionNotificationsResponse.Builder. unsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the notifications that could not be deleted successfully.DeleteVpcEndpointServiceConfigurationsResponse.BuilderDeleteVpcEndpointServiceConfigurationsResponse.Builder. unsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the service configurations that were not deleted, if applicable.DeleteVpcEndpointsResponse.BuilderDeleteVpcEndpointsResponse.Builder. unsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the VPC endpoints that were not successfully deleted.ModifyHostsResponse.BuilderModifyHostsResponse.Builder. unsuccessful(Collection<UnsuccessfulItem> unsuccessful)The IDs of the Dedicated Hosts that could not be modified.RejectVpcEndpointConnectionsResponse.BuilderRejectVpcEndpointConnectionsResponse.Builder. unsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the endpoints that were not rejected, if applicable.ReleaseHostsResponse.BuilderReleaseHostsResponse.Builder. unsuccessful(Collection<UnsuccessfulItem> unsuccessful)The IDs of the Dedicated Hosts that could not be released, including an error message.
-