| Package | Description |
|---|---|
| com.amazonaws.services.ecs |
|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
ListAttributesResult |
AmazonECSClient.listAttributes(ListAttributesRequest request)
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
ListAttributesResult |
AbstractAmazonECS.listAttributes(ListAttributesRequest request) |
ListAttributesResult |
AmazonECS.listAttributes(ListAttributesRequest listAttributesRequest)
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
Future<ListAttributesResult> |
AbstractAmazonECSAsync.listAttributesAsync(ListAttributesRequest request) |
Future<ListAttributesResult> |
AmazonECSAsyncClient.listAttributesAsync(ListAttributesRequest request) |
Future<ListAttributesResult> |
AmazonECSAsync.listAttributesAsync(ListAttributesRequest listAttributesRequest)
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
Future<ListAttributesResult> |
AbstractAmazonECSAsync.listAttributesAsync(ListAttributesRequest request,
AsyncHandler<ListAttributesRequest,ListAttributesResult> asyncHandler) |
Future<ListAttributesResult> |
AmazonECSAsyncClient.listAttributesAsync(ListAttributesRequest request,
AsyncHandler<ListAttributesRequest,ListAttributesResult> asyncHandler) |
Future<ListAttributesResult> |
AmazonECSAsync.listAttributesAsync(ListAttributesRequest listAttributesRequest,
AsyncHandler<ListAttributesRequest,ListAttributesResult> asyncHandler)
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAttributesResult> |
AbstractAmazonECSAsync.listAttributesAsync(ListAttributesRequest request,
AsyncHandler<ListAttributesRequest,ListAttributesResult> asyncHandler) |
Future<ListAttributesResult> |
AmazonECSAsyncClient.listAttributesAsync(ListAttributesRequest request,
AsyncHandler<ListAttributesRequest,ListAttributesResult> asyncHandler) |
Future<ListAttributesResult> |
AmazonECSAsync.listAttributesAsync(ListAttributesRequest listAttributesRequest,
AsyncHandler<ListAttributesRequest,ListAttributesResult> asyncHandler)
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttributesRequest |
ListAttributesRequest.clone() |
ListAttributesRequest |
ListAttributesRequest.withAttributeName(String attributeName)
The name of the attribute to filter the results with.
|
ListAttributesRequest |
ListAttributesRequest.withAttributeValue(String attributeValue)
The value of the attribute to filter results with.
|
ListAttributesRequest |
ListAttributesRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
|
ListAttributesRequest |
ListAttributesRequest.withMaxResults(Integer maxResults)
The maximum number of cluster results that
ListAttributes returned in paginated output. |
ListAttributesRequest |
ListAttributesRequest.withNextToken(String nextToken)
The
nextToken value returned from a ListAttributes request indicating that more results
are available to fulfill the request and further calls are needed. |
ListAttributesRequest |
ListAttributesRequest.withTargetType(String targetType)
The type of the target to list attributes with.
|
ListAttributesRequest |
ListAttributesRequest.withTargetType(TargetType targetType)
The type of the target to list attributes with.
|
Copyright © 2023. All rights reserved.