Uses of Class
software.amazon.awssdk.services.redshift.model.NamespaceIdentifierUnion
-
Packages that use NamespaceIdentifierUnion Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of NamespaceIdentifierUnion in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return NamespaceIdentifierUnion Modifier and Type Method Description static NamespaceIdentifierUnionNamespaceIdentifierUnion. fromProvisionedIdentifier(Consumer<ProvisionedIdentifier.Builder> provisionedIdentifier)Create an instance of this class withprovisionedIdentifier()initialized to the given value.static NamespaceIdentifierUnionNamespaceIdentifierUnion. fromProvisionedIdentifier(ProvisionedIdentifier provisionedIdentifier)Create an instance of this class withprovisionedIdentifier()initialized to the given value.static NamespaceIdentifierUnionNamespaceIdentifierUnion. fromServerlessIdentifier(Consumer<ServerlessIdentifier.Builder> serverlessIdentifier)Create an instance of this class withserverlessIdentifier()initialized to the given value.static NamespaceIdentifierUnionNamespaceIdentifierUnion. fromServerlessIdentifier(ServerlessIdentifier serverlessIdentifier)Create an instance of this class withserverlessIdentifier()initialized to the given value.NamespaceIdentifierUnionDeregisterNamespaceRequest. namespaceIdentifier()The unique identifier of the cluster or serverless namespace that you want to deregister.NamespaceIdentifierUnionRegisterNamespaceRequest. namespaceIdentifier()The unique identifier of the cluster or serverless namespace that you want to register.Methods in software.amazon.awssdk.services.redshift.model with parameters of type NamespaceIdentifierUnion Modifier and Type Method Description DeregisterNamespaceRequest.BuilderDeregisterNamespaceRequest.Builder. namespaceIdentifier(NamespaceIdentifierUnion namespaceIdentifier)The unique identifier of the cluster or serverless namespace that you want to deregister.RegisterNamespaceRequest.BuilderRegisterNamespaceRequest.Builder. namespaceIdentifier(NamespaceIdentifierUnion namespaceIdentifier)The unique identifier of the cluster or serverless namespace that you want to register.
-