Uses of Interface
software.amazon.awssdk.services.appfabric.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.software.amazon.awssdk.services.appfabric.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.appfabric
Method parameters in software.amazon.awssdk.services.appfabric with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppFabricAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource.default UntagResourceResponseAppFabricClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.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)The Amazon Resource Name (ARN) of the resource that you want to untag.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-