Uses of Class
software.amazon.awssdk.services.redshift.model.RegisterNamespaceRequest
-
Packages that use RegisterNamespaceRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of RegisterNamespaceRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type RegisterNamespaceRequest Modifier and Type Method Description default CompletableFuture<RegisterNamespaceResponse>RedshiftAsyncClient. registerNamespace(RegisterNamespaceRequest 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. -
Uses of RegisterNamespaceRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type RegisterNamespaceRequest Modifier and Type Method Description SdkHttpFullRequestRegisterNamespaceRequestMarshaller. marshall(RegisterNamespaceRequest registerNamespaceRequest)
-