Java com.amazonaws.client.builder AwsClientBuilder fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.client.builder AwsClientBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.client.builder AwsClientBuilder.

The text is from its open source code.

Method

SubclasswithClientConfiguration(ClientConfiguration config)
Sets the ClientConfiguration to be used by the client.
SubclasswithCredentials(AWSCredentialsProvider credentialsProvider)
Sets the AWSCredentialsProvider used by the client.
SubclasswithRegion(Regions region)
Sets the region to be used by the client.
SubclasswithRegion(String region)
Sets the region to be used by the client.
SubclasswithRegion(Region region)
Sets the region to be used by the client.