Uses of Interface
software.amazon.awssdk.services.ecs.model.PutAttributesRequest.Builder
-
Packages that use PutAttributesRequest.Builder Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service software.amazon.awssdk.services.ecs.model -
-
Uses of PutAttributesRequest.Builder in software.amazon.awssdk.services.ecs
Method parameters in software.amazon.awssdk.services.ecs with type arguments of type PutAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAttributesResponse>EcsAsyncClient. putAttributes(Consumer<PutAttributesRequest.Builder> putAttributesRequest)Create or update an attribute on an Amazon ECS resource.default PutAttributesResponseEcsClient. putAttributes(Consumer<PutAttributesRequest.Builder> putAttributesRequest)Create or update an attribute on an Amazon ECS resource. -
Uses of PutAttributesRequest.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return PutAttributesRequest.Builder Modifier and Type Method Description PutAttributesRequest.BuilderPutAttributesRequest.Builder. attributes(Collection<Attribute> attributes)The attributes to apply to your resource.PutAttributesRequest.BuilderPutAttributesRequest.Builder. attributes(Consumer<Attribute.Builder>... attributes)The attributes to apply to your resource.PutAttributesRequest.BuilderPutAttributesRequest.Builder. attributes(Attribute... attributes)The attributes to apply to your resource.static PutAttributesRequest.BuilderPutAttributesRequest. builder()PutAttributesRequest.BuilderPutAttributesRequest.Builder. cluster(String cluster)The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes.PutAttributesRequest.BuilderPutAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAttributesRequest.BuilderPutAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAttributesRequest.BuilderPutAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type PutAttributesRequest.Builder Modifier and Type Method Description static Class<? extends PutAttributesRequest.Builder>PutAttributesRequest. serializableBuilderClass()
-