Interface AWSServiceConfiguration

All Known Implementing Classes:
AWSServiceConfigurationProperties

public interface AWSServiceConfiguration
Configuration of AWS Services.
Since:
3.10.0
Author:
Stephen Cprek
  • Method Details

    • getEndpointOverride

      @Nullable @Nullable URI getEndpointOverride()
      Returns:
      The endpoint with which the AWS SDK should communicate
      Since:
      3.10.0
    • getServiceName

      @NonNull @NonNull String getServiceName()
      Returns:
      AWS Service name. For example for s3 S3Client.SERVICE_NAME.