Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.ListNamespacesRequest
-
Packages that use ListNamespacesRequest Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.paginators software.amazon.awssdk.services.redshiftserverless.transform -
-
Uses of ListNamespacesRequest in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless with parameters of type ListNamespacesRequest Modifier and Type Method Description default CompletableFuture<ListNamespacesResponse>RedshiftServerlessAsyncClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Returns information about a list of specified namespaces.default ListNamespacesResponseRedshiftServerlessClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Returns information about a list of specified namespaces.default ListNamespacesPublisherRedshiftServerlessAsyncClient. listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)Returns information about a list of specified namespaces.default ListNamespacesIterableRedshiftServerlessClient. listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)Returns information about a list of specified namespaces. -
Uses of ListNamespacesRequest in software.amazon.awssdk.services.redshiftserverless.paginators
Constructors in software.amazon.awssdk.services.redshiftserverless.paginators with parameters of type ListNamespacesRequest Constructor Description ListNamespacesIterable(RedshiftServerlessClient client, ListNamespacesRequest firstRequest)ListNamespacesPublisher(RedshiftServerlessAsyncClient client, ListNamespacesRequest firstRequest) -
Uses of ListNamespacesRequest in software.amazon.awssdk.services.redshiftserverless.transform
Methods in software.amazon.awssdk.services.redshiftserverless.transform with parameters of type ListNamespacesRequest Modifier and Type Method Description SdkHttpFullRequestListNamespacesRequestMarshaller. marshall(ListNamespacesRequest listNamespacesRequest)
-