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