Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.ListNamespacesResponse
-
Packages that use ListNamespacesResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.paginators -
-
Uses of ListNamespacesResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return ListNamespacesResponse Modifier and Type Method Description default ListNamespacesResponseRedshiftServerlessClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Returns information about a list of specified namespaces.default ListNamespacesResponseRedshiftServerlessClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Returns information about a list of specified namespaces.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type ListNamespacesResponse Modifier and Type Method Description default CompletableFuture<ListNamespacesResponse>RedshiftServerlessAsyncClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Returns information about a list of specified namespaces.default CompletableFuture<ListNamespacesResponse>RedshiftServerlessAsyncClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Returns information about a list of specified namespaces. -
Uses of ListNamespacesResponse in software.amazon.awssdk.services.redshiftserverless.paginators
Methods in software.amazon.awssdk.services.redshiftserverless.paginators that return types with arguments of type ListNamespacesResponse Modifier and Type Method Description Iterator<ListNamespacesResponse>ListNamespacesIterable. iterator()Method parameters in software.amazon.awssdk.services.redshiftserverless.paginators with type arguments of type ListNamespacesResponse Modifier and Type Method Description voidListNamespacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNamespacesResponse> subscriber)
-