Uses of Class
com.amazonaws.services.ec2.model.UnsuccessfulItem
-
Packages that use UnsuccessfulItem Package Description com.amazonaws.services.ec2.model -
-
Uses of UnsuccessfulItem in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return UnsuccessfulItem Modifier and Type Method Description UnsuccessfulItemUnsuccessfulItem. clone()UnsuccessfulItemUnsuccessfulItem. withError(UnsuccessfulItemError error)Information about the error.UnsuccessfulItemUnsuccessfulItem. withResourceId(String resourceId)The ID of the resource.Methods in com.amazonaws.services.ec2.model that return types with arguments of type UnsuccessfulItem Modifier and Type Method Description List<UnsuccessfulItem>CreateFlowLogsResult. getUnsuccessful()Information about the flow logs that could not be created successfully.List<UnsuccessfulItem>DeleteFlowLogsResult. getUnsuccessful()Information about the flow logs that could not be deleted successfully.List<UnsuccessfulItem>DeleteVpcEndpointsResult. getUnsuccessful()Information about the endpoints that were not successfully deleted.List<UnsuccessfulItem>ModifyHostsResult. getUnsuccessful()The IDs of the Dedicated hosts that could not be modified.List<UnsuccessfulItem>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 UnsuccessfulItem Modifier and Type Method Description CreateFlowLogsResultCreateFlowLogsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)Information about the flow logs that could not be created successfully.DeleteFlowLogsResultDeleteFlowLogsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointsResultDeleteVpcEndpointsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)Information about the endpoints that were not successfully deleted.ModifyHostsResultModifyHostsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)The IDs of the Dedicated hosts that could not be modified.ReleaseHostsResultReleaseHostsResult. 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 UnsuccessfulItem Modifier and Type Method Description voidCreateFlowLogsResult. setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the flow logs that could not be created successfully.voidDeleteFlowLogsResult. setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the flow logs that could not be deleted successfully.voidDeleteVpcEndpointsResult. setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the endpoints that were not successfully deleted.voidModifyHostsResult. setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)The IDs of the Dedicated hosts that could not be modified.voidReleaseHostsResult. setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)The IDs of the Dedicated hosts that could not be released, including an error message.CreateFlowLogsResultCreateFlowLogsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the flow logs that could not be created successfully.DeleteFlowLogsResultDeleteFlowLogsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointsResultDeleteVpcEndpointsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the endpoints that were not successfully deleted.ModifyHostsResultModifyHostsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)The IDs of the Dedicated hosts that could not be modified.ReleaseHostsResultReleaseHostsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)The IDs of the Dedicated hosts that could not be released, including an error message.
-