Uses of Class
com.amazonaws.services.ec2.model.UnsuccessfulItem
Packages that use UnsuccessfulItem
-
Uses of UnsuccessfulItem in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return UnsuccessfulItemModifier and TypeMethodDescriptionUnsuccessfulItem.clone()
UnsuccessfulItem.withError
(UnsuccessfulItemError error) Information about the error.UnsuccessfulItem.withResourceId
(String resourceId) The ID of the resource.Methods in com.amazonaws.services.ec2.model that return types with arguments of type UnsuccessfulItemModifier and TypeMethodDescriptionCreateFlowLogsResult.getUnsuccessful()
Information about the flow logs that could not be created successfully.DeleteFlowLogsResult.getUnsuccessful()
Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointsResult.getUnsuccessful()
Information about the endpoints that were not successfully deleted.ModifyHostsResult.getUnsuccessful()
The IDs of the Dedicated hosts that could not be modified.ReleaseHostsResult.getUnsuccessful()
The IDs of the Dedicated hosts that could not be released, including an error message.Methods in com.amazonaws.services.ec2.model with parameters of type UnsuccessfulItemModifier and TypeMethodDescriptionCreateFlowLogsResult.withUnsuccessful
(UnsuccessfulItem... unsuccessful) Information about the flow logs that could not be created successfully.DeleteFlowLogsResult.withUnsuccessful
(UnsuccessfulItem... unsuccessful) Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointsResult.withUnsuccessful
(UnsuccessfulItem... unsuccessful) Information about the endpoints that were not successfully deleted.ModifyHostsResult.withUnsuccessful
(UnsuccessfulItem... unsuccessful) The IDs of the Dedicated hosts that could not be modified.ReleaseHostsResult.withUnsuccessful
(UnsuccessfulItem... unsuccessful) The IDs of the Dedicated hosts that could not be released, including an error message.Method parameters in com.amazonaws.services.ec2.model with type arguments of type UnsuccessfulItemModifier and TypeMethodDescriptionvoid
CreateFlowLogsResult.setUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) Information about the flow logs that could not be created successfully.void
DeleteFlowLogsResult.setUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) Information about the flow logs that could not be deleted successfully.void
DeleteVpcEndpointsResult.setUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) Information about the endpoints that were not successfully deleted.void
ModifyHostsResult.setUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) The IDs of the Dedicated hosts that could not be modified.void
ReleaseHostsResult.setUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) The IDs of the Dedicated hosts that could not be released, including an error message.CreateFlowLogsResult.withUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) Information about the flow logs that could not be created successfully.DeleteFlowLogsResult.withUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointsResult.withUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) Information about the endpoints that were not successfully deleted.ModifyHostsResult.withUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) The IDs of the Dedicated hosts that could not be modified.ReleaseHostsResult.withUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) The IDs of the Dedicated hosts that could not be released, including an error message.