JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.datazone.model

Class GetEnvironmentCredentialsResult

    • Constructor Detail

      • GetEnvironmentCredentialsResult

        public GetEnvironmentCredentialsResult()
    • Method Detail

      • setAccessKeyId

        public void setAccessKeyId(String accessKeyId)

        The access key ID of the environment.

        Parameters:
        accessKeyId - The access key ID of the environment.
      • getAccessKeyId

        public String getAccessKeyId()

        The access key ID of the environment.

        Returns:
        The access key ID of the environment.
      • withAccessKeyId

        public GetEnvironmentCredentialsResult withAccessKeyId(String accessKeyId)

        The access key ID of the environment.

        Parameters:
        accessKeyId - The access key ID of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExpiration

        public void setExpiration(Date expiration)

        The expiration timestamp of the environment credentials.

        Parameters:
        expiration - The expiration timestamp of the environment credentials.
      • getExpiration

        public Date getExpiration()

        The expiration timestamp of the environment credentials.

        Returns:
        The expiration timestamp of the environment credentials.
      • withExpiration

        public GetEnvironmentCredentialsResult withExpiration(Date expiration)

        The expiration timestamp of the environment credentials.

        Parameters:
        expiration - The expiration timestamp of the environment credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSecretAccessKey

        public void setSecretAccessKey(String secretAccessKey)

        The secret access key of the environment credentials.

        Parameters:
        secretAccessKey - The secret access key of the environment credentials.
      • getSecretAccessKey

        public String getSecretAccessKey()

        The secret access key of the environment credentials.

        Returns:
        The secret access key of the environment credentials.
      • withSecretAccessKey

        public GetEnvironmentCredentialsResult withSecretAccessKey(String secretAccessKey)

        The secret access key of the environment credentials.

        Parameters:
        secretAccessKey - The secret access key of the environment credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSessionToken

        public void setSessionToken(String sessionToken)

        The session token of the environment credentials.

        Parameters:
        sessionToken - The session token of the environment credentials.
      • getSessionToken

        public String getSessionToken()

        The session token of the environment credentials.

        Returns:
        The session token of the environment credentials.
      • withSessionToken

        public GetEnvironmentCredentialsResult withSessionToken(String sessionToken)

        The session token of the environment credentials.

        Parameters:
        sessionToken - The session token of the environment credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /