Uses of Class
software.amazon.awssdk.services.ecs.model.PutAttributesRequest
-
Packages that use PutAttributesRequest Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service software.amazon.awssdk.services.ecs.transform -
-
Uses of PutAttributesRequest in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs with parameters of type PutAttributesRequest Modifier and Type Method Description default CompletableFuture<PutAttributesResponse>EcsAsyncClient. putAttributes(PutAttributesRequest putAttributesRequest)Create or update an attribute on an Amazon ECS resource.default PutAttributesResponseEcsClient. putAttributes(PutAttributesRequest putAttributesRequest)Create or update an attribute on an Amazon ECS resource. -
Uses of PutAttributesRequest in software.amazon.awssdk.services.ecs.transform
Methods in software.amazon.awssdk.services.ecs.transform with parameters of type PutAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutAttributesRequestMarshaller. marshall(PutAttributesRequest putAttributesRequest)
-