Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RedshiftServerlessAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or set of tags from a resource.default UntagResourceResponseRedshiftServerlessClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or set of tags from a resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.redshiftserverless.transform
Methods in software.amazon.awssdk.services.redshiftserverless.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-