Class GetTypeRequest

    • Method Detail

      • keyspaceName

        public final String keyspaceName()

        The name of the keyspace that contains this type.

        Returns:
        The name of the keyspace that contains this type.
      • typeName

        public final String typeName()

        The formatted name of the type. For example, if the name of the type was created without double quotes, Amazon Keyspaces saved the name in lower-case characters. If the name was created in double quotes, you must use double quotes to specify the type name.

        Returns:
        The formatted name of the type. For example, if the name of the type was created without double quotes, Amazon Keyspaces saved the name in lower-case characters. If the name was created in double quotes, you must use double quotes to specify the type name.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object