Uses of Class
software.amazon.awssdk.services.redshift.model.RegisterNamespaceResponse
-
Packages that use RegisterNamespaceResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of RegisterNamespaceResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return RegisterNamespaceResponse Modifier and Type Method Description default RegisterNamespaceResponseRedshiftClient. registerNamespace(Consumer<RegisterNamespaceRequest.Builder> registerNamespaceRequest)Registers a cluster or serverless namespace to the Amazon Web Services Glue Data Catalog.default RegisterNamespaceResponseRedshiftClient. registerNamespace(RegisterNamespaceRequest registerNamespaceRequest)Registers a cluster or serverless namespace to the Amazon Web Services Glue Data Catalog.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type RegisterNamespaceResponse Modifier and Type Method Description default CompletableFuture<RegisterNamespaceResponse>RedshiftAsyncClient. registerNamespace(Consumer<RegisterNamespaceRequest.Builder> registerNamespaceRequest)Registers a cluster or serverless namespace to the Amazon Web Services Glue Data Catalog.default CompletableFuture<RegisterNamespaceResponse>RedshiftAsyncClient. registerNamespace(RegisterNamespaceRequest registerNamespaceRequest)Registers a cluster or serverless namespace to the Amazon Web Services Glue Data Catalog.
-