Uses of Class
software.amazon.awssdk.services.b2bi.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>B2BiAsyncClient. untagResource(UntagResourceRequest 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). -
Uses of UntagResourceRequest in software.amazon.awssdk.services.b2bi.transform
Methods in software.amazon.awssdk.services.b2bi.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-