| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
default ListAttributesResponse |
EcsClient.listAttributes(Consumer<ListAttributesRequest.Builder> listAttributesRequest)
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
default CompletableFuture<ListAttributesResponse> |
EcsAsyncClient.listAttributes(Consumer<ListAttributesRequest.Builder> listAttributesRequest)
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
default ListAttributesIterable |
EcsClient.listAttributesPaginator(Consumer<ListAttributesRequest.Builder> listAttributesRequest)
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
default ListAttributesPublisher |
EcsAsyncClient.listAttributesPaginator(Consumer<ListAttributesRequest.Builder> listAttributesRequest)
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.attributeName(String attributeName)
The name of the attribute to filter the results with.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.attributeValue(String attributeValue)
The value of the attribute to filter results with.
|
static ListAttributesRequest.Builder |
ListAttributesRequest.builder() |
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.maxResults(Integer maxResults)
The maximum number of cluster results that
ListAttributes returned in paginated output. |
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.nextToken(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.Builder |
ListAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.targetType(String targetType)
The type of the target to list attributes with.
|
ListAttributesRequest.Builder |
ListAttributesRequest.Builder.targetType(TargetType targetType)
The type of the target to list attributes with.
|
ListAttributesRequest.Builder |
ListAttributesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAttributesRequest.Builder> |
ListAttributesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.