Uses of Class
software.amazon.awssdk.services.ec2.model.UnsuccessfulItem
Packages that use UnsuccessfulItem
-
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 UnsuccessfulItemModifier and TypeMethodDescriptionfinal List<UnsuccessfulItem>AcceptVpcEndpointConnectionsResponse.unsuccessful()Information about the interface endpoints that were not accepted, if applicable.final List<UnsuccessfulItem>CreateFlowLogsResponse.unsuccessful()Information about the flow logs that could not be created successfully.final List<UnsuccessfulItem>DeleteFlowLogsResponse.unsuccessful()Information about the flow logs that could not be deleted successfully.final List<UnsuccessfulItem>DeleteVpcEndpointConnectionNotificationsResponse.unsuccessful()Information about the notifications that could not be deleted successfully.final List<UnsuccessfulItem>DeleteVpcEndpointServiceConfigurationsResponse.unsuccessful()Information about the service configurations that were not deleted, if applicable.final List<UnsuccessfulItem>DeleteVpcEndpointsResponse.unsuccessful()Information about the VPC endpoints that were not successfully deleted.final List<UnsuccessfulItem>ModifyHostsResponse.unsuccessful()The IDs of the Dedicated Hosts that could not be modified.final List<UnsuccessfulItem>RejectVpcEndpointConnectionsResponse.unsuccessful()Information about the endpoints that were not rejected, if applicable.final 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 UnsuccessfulItemModifier and TypeMethodDescriptionAcceptVpcEndpointConnectionsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful) Information about the interface endpoints that were not accepted, if applicable.CreateFlowLogsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful) Information about the flow logs that could not be created successfully.DeleteFlowLogsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful) Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointConnectionNotificationsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful) Information about the notifications that could not be deleted successfully.DeleteVpcEndpointServiceConfigurationsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful) Information about the service configurations that were not deleted, if applicable.DeleteVpcEndpointsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful) Information about the VPC endpoints that were not successfully deleted.ModifyHostsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful) The IDs of the Dedicated Hosts that could not be modified.RejectVpcEndpointConnectionsResponse.Builder.unsuccessful(UnsuccessfulItem... unsuccessful) Information about the endpoints that were not rejected, if applicable.ReleaseHostsResponse.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 UnsuccessfulItemModifier and TypeMethodDescriptionAcceptVpcEndpointConnectionsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the interface endpoints that were not accepted, if applicable.CreateFlowLogsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the flow logs that could not be created successfully.DeleteFlowLogsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointConnectionNotificationsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the notifications that could not be deleted successfully.DeleteVpcEndpointServiceConfigurationsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the service configurations that were not deleted, if applicable.DeleteVpcEndpointsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the VPC endpoints that were not successfully deleted.ModifyHostsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) The IDs of the Dedicated Hosts that could not be modified.RejectVpcEndpointConnectionsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the endpoints that were not rejected, if applicable.ReleaseHostsResponse.Builder.unsuccessful(Collection<UnsuccessfulItem> unsuccessful) The IDs of the Dedicated Hosts that could not be released, including an error message.