AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Classes | Typedefs
Aws::S3::Endpoint Namespace Reference

Classes

class  S3BuiltInParameters
 
class  S3ClientContextParameters
 
class  S3EndpointProvider
 

Typedefs

using S3ClientConfiguration = Aws::S3::S3ClientConfiguration
 
using EndpointParameters = Aws::Endpoint::EndpointParameters
 
using S3EndpointProviderBase = EndpointProviderBase< S3ClientConfiguration, S3BuiltInParameters, S3ClientContextParameters >
 
using S3DefaultEpProviderBase = DefaultEndpointProvider< S3ClientConfiguration, S3BuiltInParameters, S3ClientContextParameters >
 

Typedef Documentation

◆ EndpointParameters

Definition at line 24 of file S3EndpointProvider.h.

◆ S3ClientConfiguration

Definition at line 23 of file S3EndpointProvider.h.

◆ S3DefaultEpProviderBase

Definition at line 74 of file S3EndpointProvider.h.

◆ S3EndpointProviderBase

The type for the S3 Client Endpoint Provider. Inherit from this Base class / "Interface" should you want to provide a custom endpoint provider. The SDK must use service-specific type for each service per specification.

Definition at line 71 of file S3EndpointProvider.h.