Uses of Class
software.amazon.awssdk.services.b2bi.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseB2BiClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN).default UntagResourceResponseB2BiClient. untagResource(UntagResourceRequest untagResourceRequest)Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>B2BiAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN).default CompletableFuture<UntagResourceResponse>B2BiAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN).
-