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 TypeMethodDescriptionvoidDescribeClustersResult.setFailures(Collection<Failure> failures) Any failures associated with the call.voidDescribeContainerInstancesResult.setFailures(Collection<Failure> failures) Any failures associated with the call.voidDescribeServicesResult.setFailures(Collection<Failure> failures) Any failures associated with the call.voidDescribeTasksResult.setFailures(Collection<Failure> failures) Any failures associated with the call.voidRunTaskResult.setFailures(Collection<Failure> failures) Any failures associated with the call.voidStartTaskResult.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.