Uses of Class
com.amazonaws.services.ecs.model.Failure
Packages that use Failure
-
Uses of Failure in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return FailureModifier and TypeMethodDescriptionFailure.clone()
The Amazon Resource Name (ARN) of the failed resource.Failure.withReason
(String reason) The reason for the failure.Methods in com.amazonaws.services.ecs.model that return types with arguments of type FailureModifier and TypeMethodDescriptionDescribeClustersResult.getFailures()
Any failures associated with the call.DescribeContainerInstancesResult.getFailures()
Any failures associated with the call.DescribeServicesResult.getFailures()
Any failures associated with the call.DescribeTasksResult.getFailures()
Any failures associated with the call.RunTaskResult.getFailures()
Any failures associated with the call.StartTaskResult.getFailures()
Any failures associated with the call.Methods in com.amazonaws.services.ecs.model with parameters of type FailureModifier and TypeMethodDescriptionDescribeClustersResult.withFailures
(Failure... failures) Any failures associated with the call.DescribeContainerInstancesResult.withFailures
(Failure... failures) Any failures associated with the call.DescribeServicesResult.withFailures
(Failure... failures) Any failures associated with the call.DescribeTasksResult.withFailures
(Failure... failures) Any failures associated with the call.RunTaskResult.withFailures
(Failure... failures) Any failures associated with the call.StartTaskResult.withFailures
(Failure... failures) Any failures associated with the call.Method parameters in com.amazonaws.services.ecs.model with type arguments of type FailureModifier and TypeMethodDescriptionvoid
DescribeClustersResult.setFailures
(Collection<Failure> failures) Any failures associated with the call.void
DescribeContainerInstancesResult.setFailures
(Collection<Failure> failures) Any failures associated with the call.void
DescribeServicesResult.setFailures
(Collection<Failure> failures) Any failures associated with the call.void
DescribeTasksResult.setFailures
(Collection<Failure> failures) Any failures associated with the call.void
RunTaskResult.setFailures
(Collection<Failure> failures) Any failures associated with the call.void
StartTaskResult.setFailures
(Collection<Failure> failures) Any failures associated with the call.DescribeClustersResult.withFailures
(Collection<Failure> failures) Any failures associated with the call.DescribeContainerInstancesResult.withFailures
(Collection<Failure> failures) Any failures associated with the call.DescribeServicesResult.withFailures
(Collection<Failure> failures) Any failures associated with the call.DescribeTasksResult.withFailures
(Collection<Failure> failures) Any failures associated with the call.RunTaskResult.withFailures
(Collection<Failure> failures) Any failures associated with the call.StartTaskResult.withFailures
(Collection<Failure> failures) Any failures associated with the call.