Uses of Class
software.amazon.awssdk.services.redshift.model.ServerlessIdentifier
-
Packages that use ServerlessIdentifier Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ServerlessIdentifier in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ServerlessIdentifier Modifier and Type Method Description ServerlessIdentifierNamespaceIdentifierUnion. serverlessIdentifier()The identifier for a serverless namespace.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ServerlessIdentifier Modifier and Type Method Description static NamespaceIdentifierUnionNamespaceIdentifierUnion. fromServerlessIdentifier(ServerlessIdentifier serverlessIdentifier)Create an instance of this class withNamespaceIdentifierUnion.serverlessIdentifier()initialized to the given value.NamespaceIdentifierUnion.BuilderNamespaceIdentifierUnion.Builder. serverlessIdentifier(ServerlessIdentifier serverlessIdentifier)The identifier for a serverless namespace.
-