Class DescribeServerlessCachesRequest

    • Method Detail

      • serverlessCacheName

        public final String serverlessCacheName()

        The identifier for the serverless cache. If this parameter is specified, only information about that specific serverless cache is returned. Default: NULL

        Returns:
        The identifier for the serverless cache. If this parameter is specified, only information about that specific serverless cache is returned. Default: NULL
      • maxResults

        public final Integer maxResults()

        The maximum number of records in the response. If more records exist than the specified max-records value, the next token is included in the response so that remaining results can be retrieved. The default is 50.

        Returns:
        The maximum number of records in the response. If more records exist than the specified max-records value, the next token is included in the response so that remaining results can be retrieved. The default is 50.
      • nextToken

        public final String nextToken()

        An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxResults.

        Returns:
        An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxResults.
      • 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