Uses of Class
software.amazon.awssdk.services.finspace.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>FinspaceAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes metadata tags from a FinSpace resource.default UntagResourceResponseFinspaceClient. untagResource(UntagResourceRequest untagResourceRequest)Removes metadata tags from a FinSpace resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-