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 UnsuccessfulItem
UnsuccessfulItem. clone()
UnsuccessfulItem
UnsuccessfulItem. withError(UnsuccessfulItemError error)
Information about the error.UnsuccessfulItem
UnsuccessfulItem. 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 CreateFlowLogsResult
CreateFlowLogsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.DeleteFlowLogsResult
DeleteFlowLogsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointsResult
DeleteVpcEndpointsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.ModifyHostsResult
ModifyHostsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)
The IDs of the Dedicated hosts that could not be modified.ReleaseHostsResult
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 UnsuccessfulItem Modifier and Type Method Description void
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
CreateFlowLogsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.DeleteFlowLogsResult
DeleteFlowLogsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.DeleteVpcEndpointsResult
DeleteVpcEndpointsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.ModifyHostsResult
ModifyHostsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be modified.ReleaseHostsResult
ReleaseHostsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
The IDs of the Dedicated hosts that could not be released, including an error message.
-