Class GetKeyPairsRequest

    • Method Detail

      • pageToken

        public final String pageToken()

        The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetKeyPairs request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

        Returns:
        The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetKeyPairs request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

      • includeDefaultKeyPair

        public final Boolean includeDefaultKeyPair()

        A Boolean value that indicates whether to include the default key pair in the response of your request.

        Returns:
        A Boolean value that indicates whether to include the default key pair in the response of your request.
      • 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