Class GetTableResponse

    • Method Detail

      • keyspaceName

        public final String keyspaceName()

        The name of the keyspace that the specified table is stored in.

        Returns:
        The name of the keyspace that the specified table is stored in.
      • tableName

        public final String tableName()

        The name of the specified table.

        Returns:
        The name of the specified table.
      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the specified table.

        Returns:
        The Amazon Resource Name (ARN) of the specified table.
      • creationTimestamp

        public final Instant creationTimestamp()

        The creation timestamp of the specified table.

        Returns:
        The creation timestamp of the specified table.
      • statusAsString

        public final String statusAsString()

        The current status of the specified table.

        If the service returns an enum value that is not available in the current SDK version, status will return TableStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The current status of the specified table.
        See Also:
        TableStatus
      • schemaDefinition

        public final SchemaDefinition schemaDefinition()

        The schema definition of the specified table.

        Returns:
        The schema definition of the specified table.
      • capacitySpecification

        public final CapacitySpecificationSummary capacitySpecification()

        The read/write throughput capacity mode for a table. The options are:

        • throughputMode:PAY_PER_REQUEST

        • throughputMode:PROVISIONED

        Returns:
        The read/write throughput capacity mode for a table. The options are:

        • throughputMode:PAY_PER_REQUEST

        • throughputMode:PROVISIONED

      • encryptionSpecification

        public final EncryptionSpecification encryptionSpecification()

        The encryption settings of the specified table.

        Returns:
        The encryption settings of the specified table.
      • pointInTimeRecovery

        public final PointInTimeRecoverySummary pointInTimeRecovery()

        The point-in-time recovery status of the specified table.

        Returns:
        The point-in-time recovery status of the specified table.
      • ttl

        public final TimeToLive ttl()

        The custom Time to Live settings of the specified table.

        Returns:
        The custom Time to Live settings of the specified table.
      • defaultTimeToLive

        public final Integer defaultTimeToLive()

        The default Time to Live settings in seconds of the specified table.

        Returns:
        The default Time to Live settings in seconds of the specified table.
      • comment

        public final Comment comment()

        The the description of the specified table.

        Returns:
        The the description of the specified table.
      • clientSideTimestamps

        public final ClientSideTimestamps clientSideTimestamps()

        The client-side timestamps setting of the table.

        Returns:
        The client-side timestamps setting of the table.
      • 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