Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.GetNamespaceResponse
-
Packages that use GetNamespaceResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of GetNamespaceResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return GetNamespaceResponse Modifier and Type Method Description default GetNamespaceResponseRedshiftServerlessClient. getNamespace(Consumer<GetNamespaceRequest.Builder> getNamespaceRequest)Returns information about a namespace in Amazon Redshift Serverless.default GetNamespaceResponseRedshiftServerlessClient. getNamespace(GetNamespaceRequest getNamespaceRequest)Returns information about a namespace in Amazon Redshift Serverless.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type GetNamespaceResponse Modifier and Type Method Description default CompletableFuture<GetNamespaceResponse>RedshiftServerlessAsyncClient. getNamespace(Consumer<GetNamespaceRequest.Builder> getNamespaceRequest)Returns information about a namespace in Amazon Redshift Serverless.default CompletableFuture<GetNamespaceResponse>RedshiftServerlessAsyncClient. getNamespace(GetNamespaceRequest getNamespaceRequest)Returns information about a namespace in Amazon Redshift Serverless.
-