Uses of Interface
software.amazon.awssdk.services.autoscaling.model.CreateOrUpdateTagsRequest.Builder
-
Packages that use CreateOrUpdateTagsRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of CreateOrUpdateTagsRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type CreateOrUpdateTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateOrUpdateTagsResponse>AutoScalingAsyncClient. createOrUpdateTags(Consumer<CreateOrUpdateTagsRequest.Builder> createOrUpdateTagsRequest)Creates or updates tags for the specified Auto Scaling group.default CreateOrUpdateTagsResponseAutoScalingClient. createOrUpdateTags(Consumer<CreateOrUpdateTagsRequest.Builder> createOrUpdateTagsRequest)Creates or updates tags for the specified Auto Scaling group. -
Uses of CreateOrUpdateTagsRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return CreateOrUpdateTagsRequest.Builder Modifier and Type Method Description static CreateOrUpdateTagsRequest.BuilderCreateOrUpdateTagsRequest. builder()CreateOrUpdateTagsRequest.BuilderCreateOrUpdateTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOrUpdateTagsRequest.BuilderCreateOrUpdateTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateOrUpdateTagsRequest.BuilderCreateOrUpdateTagsRequest.Builder. tags(Collection<Tag> tags)One or more tags.CreateOrUpdateTagsRequest.BuilderCreateOrUpdateTagsRequest.Builder. tags(Consumer<Tag.Builder>... tags)One or more tags.CreateOrUpdateTagsRequest.BuilderCreateOrUpdateTagsRequest.Builder. tags(Tag... tags)One or more tags.CreateOrUpdateTagsRequest.BuilderCreateOrUpdateTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type CreateOrUpdateTagsRequest.Builder Modifier and Type Method Description static Class<? extends CreateOrUpdateTagsRequest.Builder>CreateOrUpdateTagsRequest. serializableBuilderClass()
-