Uses of Interface
software.amazon.awssdk.services.ecs.model.PutAttributesResponse.Builder
-
Packages that use PutAttributesResponse.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of PutAttributesResponse.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return PutAttributesResponse.Builder Modifier and Type Method Description PutAttributesResponse.BuilderPutAttributesResponse.Builder. attributes(Collection<Attribute> attributes)The attributes applied to your resource.PutAttributesResponse.BuilderPutAttributesResponse.Builder. attributes(Consumer<Attribute.Builder>... attributes)The attributes applied to your resource.PutAttributesResponse.BuilderPutAttributesResponse.Builder. attributes(Attribute... attributes)The attributes applied to your resource.static PutAttributesResponse.BuilderPutAttributesResponse. builder()PutAttributesResponse.BuilderPutAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type PutAttributesResponse.Builder Modifier and Type Method Description static Class<? extends PutAttributesResponse.Builder>PutAttributesResponse. serializableBuilderClass()
-