Interface AWSConfigurationService

    • Method Detail

      • getAWSCredentials

        default com.amazonaws.auth.AWSCredentials getAWSCredentials()
        Gets the AWS Credentials for the default configuration.
        Returns:
        the AWS credentials, or null if not defined
      • getAWSCredentials

        com.amazonaws.auth.AWSCredentials getAWSCredentials​(String id)
        Gets the AWS Credentials for the given configuration.
        Parameters:
        id - the configuration id, or null for the default
        Returns:
        the AWS credentials, or null if not defined
        Since:
        11.1
      • getAWSRegion

        default String getAWSRegion()
        Gets the AWS Region for the default configuration.
        Returns:
        the AWS Region, or null if not defined
      • getAWSRegion

        String getAWSRegion​(String id)
        Gets the AWS Region for the given configuration.
        Parameters:
        id - the configuration id, or null for the default
        Returns:
        the AWS Region, or null if not defined
        Since:
        11.1