Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.TagResourceRequest.Builder
-
Packages that use TagResourceRequest.Builder Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources:software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.applicationautoscaling
Method parameters in software.amazon.awssdk.services.applicationautoscaling with type arguments of type TagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ApplicationAutoScalingAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or edits tags on an Application Auto Scaling scalable target.default TagResourceResponseApplicationAutoScalingClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or edits tags on an Application Auto Scaling scalable target. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return TagResourceRequest.Builder Modifier and Type Method Description static TagResourceRequest.BuilderTagResourceRequest. builder()TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagResourceRequest.BuilderTagResourceRequest.Builder. resourceARN(String resourceARN)Identifies the Application Auto Scaling scalable target that you want to apply tags to.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Map<String,String> tags)The tags assigned to the resource.TagResourceRequest.BuilderTagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type TagResourceRequest.Builder Modifier and Type Method Description static Class<? extends TagResourceRequest.Builder>TagResourceRequest. serializableBuilderClass()
-