Uses of Class
software.amazon.awssdk.services.proton.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ProtonAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove a customer tag from a resource.default UntagResourceResponseProtonClient. untagResource(UntagResourceRequest untagResourceRequest)Remove a customer tag from a resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-