Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.UpdateNamespaceResponse
-
Packages that use UpdateNamespaceResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of UpdateNamespaceResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return UpdateNamespaceResponse Modifier and Type Method Description default UpdateNamespaceResponseRedshiftServerlessClient. updateNamespace(Consumer<UpdateNamespaceRequest.Builder> updateNamespaceRequest)Updates a namespace with the specified settings.default UpdateNamespaceResponseRedshiftServerlessClient. updateNamespace(UpdateNamespaceRequest updateNamespaceRequest)Updates a namespace with the specified settings.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type UpdateNamespaceResponse Modifier and Type Method Description default CompletableFuture<UpdateNamespaceResponse>RedshiftServerlessAsyncClient. updateNamespace(Consumer<UpdateNamespaceRequest.Builder> updateNamespaceRequest)Updates a namespace with the specified settings.default CompletableFuture<UpdateNamespaceResponse>RedshiftServerlessAsyncClient. updateNamespace(UpdateNamespaceRequest updateNamespaceRequest)Updates a namespace with the specified settings.
-