Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Failure |
Failure.clone() |
Failure |
Failure.withArn(String arn)
The Amazon Resource Name (ARN) of the failed resource.
|
Failure |
Failure.withDetail(String detail)
The details of the failure.
|
Failure |
Failure.withReason(String reason)
The reason for the failure.
|
Modifier and Type | Method and Description |
---|---|
List<Failure> |
UpdateContainerInstancesStateResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
RunTaskResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
DescribeTaskSetsResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
DescribeServicesResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
DescribeContainerInstancesResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
DescribeCapacityProvidersResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
DeleteTaskDefinitionsResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
StartTaskResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
DescribeClustersResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
GetTaskProtectionResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
UpdateTaskProtectionResult.getFailures()
Any failures associated with the call.
|
List<Failure> |
DescribeTasksResult.getFailures()
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
UpdateContainerInstancesStateResult |
UpdateContainerInstancesStateResult.withFailures(Failure... failures)
Any failures associated with the call.
|
RunTaskResult |
RunTaskResult.withFailures(Failure... failures)
Any failures associated with the call.
|
DescribeTaskSetsResult |
DescribeTaskSetsResult.withFailures(Failure... failures)
Any failures associated with the call.
|
DescribeServicesResult |
DescribeServicesResult.withFailures(Failure... failures)
Any failures associated with the call.
|
DescribeContainerInstancesResult |
DescribeContainerInstancesResult.withFailures(Failure... failures)
Any failures associated with the call.
|
DescribeCapacityProvidersResult |
DescribeCapacityProvidersResult.withFailures(Failure... failures)
Any failures associated with the call.
|
DeleteTaskDefinitionsResult |
DeleteTaskDefinitionsResult.withFailures(Failure... failures)
Any failures associated with the call.
|
StartTaskResult |
StartTaskResult.withFailures(Failure... failures)
Any failures associated with the call.
|
DescribeClustersResult |
DescribeClustersResult.withFailures(Failure... failures)
Any failures associated with the call.
|
GetTaskProtectionResult |
GetTaskProtectionResult.withFailures(Failure... failures)
Any failures associated with the call.
|
UpdateTaskProtectionResult |
UpdateTaskProtectionResult.withFailures(Failure... failures)
Any failures associated with the call.
|
DescribeTasksResult |
DescribeTasksResult.withFailures(Failure... failures)
Any failures associated with the call.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateContainerInstancesStateResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
RunTaskResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
DescribeTaskSetsResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
DescribeServicesResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
DescribeContainerInstancesResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
DescribeCapacityProvidersResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
DeleteTaskDefinitionsResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
StartTaskResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
DescribeClustersResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
GetTaskProtectionResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
UpdateTaskProtectionResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
void |
DescribeTasksResult.setFailures(Collection<Failure> failures)
Any failures associated with the call.
|
UpdateContainerInstancesStateResult |
UpdateContainerInstancesStateResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
RunTaskResult |
RunTaskResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
DescribeTaskSetsResult |
DescribeTaskSetsResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
DescribeServicesResult |
DescribeServicesResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
DescribeContainerInstancesResult |
DescribeContainerInstancesResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
DescribeCapacityProvidersResult |
DescribeCapacityProvidersResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
DeleteTaskDefinitionsResult |
DeleteTaskDefinitionsResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
StartTaskResult |
StartTaskResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
DescribeClustersResult |
DescribeClustersResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
GetTaskProtectionResult |
GetTaskProtectionResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
UpdateTaskProtectionResult |
UpdateTaskProtectionResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
DescribeTasksResult |
DescribeTasksResult.withFailures(Collection<Failure> failures)
Any failures associated with the call.
|
Copyright © 2023. All rights reserved.