Uses of Interface
software.amazon.awssdk.services.ecs.model.ListAttributesRequest.Builder
-
Packages that use ListAttributesRequest.Builder Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service software.amazon.awssdk.services.ecs.model -
-
Uses of ListAttributesRequest.Builder in software.amazon.awssdk.services.ecs
Method parameters in software.amazon.awssdk.services.ecs with type arguments of type ListAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAttributesResponse>EcsAsyncClient. listAttributes(Consumer<ListAttributesRequest.Builder> listAttributesRequest)Lists the attributes for Amazon ECS resources within a specified target type and cluster.default ListAttributesResponseEcsClient. listAttributes(Consumer<ListAttributesRequest.Builder> listAttributesRequest)Lists the attributes for Amazon ECS resources within a specified target type and cluster.default ListAttributesPublisherEcsAsyncClient. listAttributesPaginator(Consumer<ListAttributesRequest.Builder> listAttributesRequest)Lists the attributes for Amazon ECS resources within a specified target type and cluster.default ListAttributesIterableEcsClient. listAttributesPaginator(Consumer<ListAttributesRequest.Builder> listAttributesRequest)Lists the attributes for Amazon ECS resources within a specified target type and cluster. -
Uses of ListAttributesRequest.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ListAttributesRequest.Builder Modifier and Type Method Description ListAttributesRequest.BuilderListAttributesRequest.Builder. attributeName(String attributeName)The name of the attribute to filter the results with.ListAttributesRequest.BuilderListAttributesRequest.Builder. attributeValue(String attributeValue)The value of the attribute to filter results with.static ListAttributesRequest.BuilderListAttributesRequest. builder()ListAttributesRequest.BuilderListAttributesRequest.Builder. cluster(String cluster)The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.ListAttributesRequest.BuilderListAttributesRequest.Builder. maxResults(Integer maxResults)The maximum number of cluster results thatListAttributesreturned in paginated output.ListAttributesRequest.BuilderListAttributesRequest.Builder. nextToken(String nextToken)ThenextTokenvalue returned from aListAttributesrequest indicating that more results are available to fulfill the request and further calls are needed.ListAttributesRequest.BuilderListAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAttributesRequest.BuilderListAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAttributesRequest.BuilderListAttributesRequest.Builder. targetType(String targetType)The type of the target to list attributes with.ListAttributesRequest.BuilderListAttributesRequest.Builder. targetType(TargetType targetType)The type of the target to list attributes with.ListAttributesRequest.BuilderListAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ListAttributesRequest.Builder Modifier and Type Method Description static Class<? extends ListAttributesRequest.Builder>ListAttributesRequest. serializableBuilderClass()
-