Uses of Class
software.amazon.awssdk.services.redshift.model.DeregisterNamespaceResponse
-
Packages that use DeregisterNamespaceResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DeregisterNamespaceResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DeregisterNamespaceResponse Modifier and Type Method Description default DeregisterNamespaceResponseRedshiftClient. deregisterNamespace(Consumer<DeregisterNamespaceRequest.Builder> deregisterNamespaceRequest)Deregisters a cluster or serverless namespace from the Amazon Web Services Glue Data Catalog.default DeregisterNamespaceResponseRedshiftClient. deregisterNamespace(DeregisterNamespaceRequest deregisterNamespaceRequest)Deregisters a cluster or serverless namespace from the Amazon Web Services Glue Data Catalog.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DeregisterNamespaceResponse Modifier and Type Method Description default CompletableFuture<DeregisterNamespaceResponse>RedshiftAsyncClient. deregisterNamespace(Consumer<DeregisterNamespaceRequest.Builder> deregisterNamespaceRequest)Deregisters a cluster or serverless namespace from the Amazon Web Services Glue Data Catalog.default CompletableFuture<DeregisterNamespaceResponse>RedshiftAsyncClient. deregisterNamespace(DeregisterNamespaceRequest deregisterNamespaceRequest)Deregisters a cluster or serverless namespace from the Amazon Web Services Glue Data Catalog.
-