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