Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.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 UntagResourceRequest.Builder in software.amazon.awssdk.services.applicationautoscaling
Method parameters in software.amazon.awssdk.services.applicationautoscaling with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ApplicationAutoScalingAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes tags from an Application Auto Scaling scalable target.default UntagResourceResponseApplicationAutoScalingClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes tags from an Application Auto Scaling scalable target. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return UntagResourceRequest.Builder Modifier and Type Method Description static UntagResourceRequest.BuilderUntagResourceRequest. builder()UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderUntagResourceRequest.Builder. resourceARN(String resourceARN)Identifies the Application Auto Scaling scalable target from which to remove tags.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)One or more tag keys.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)One or more tag keys.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-