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

Classes

class  S3CrtBuiltInParameters
 
class  S3CrtClientContextParameters
 
class  S3CrtEndpointProvider
 

Typedefs

using S3CrtClientConfiguration = Aws::S3Crt::S3CrtClientConfiguration
 
using EndpointParameters = Aws::Endpoint::EndpointParameters
 
using S3CrtEndpointProviderBase = EndpointProviderBase< S3CrtClientConfiguration, S3CrtBuiltInParameters, S3CrtClientContextParameters >
 
using S3CrtDefaultEpProviderBase = DefaultEndpointProvider< S3CrtClientConfiguration, S3CrtBuiltInParameters, S3CrtClientContextParameters >
 

Typedef Documentation

◆ EndpointParameters

Definition at line 24 of file S3CrtEndpointProvider.h.

◆ S3CrtClientConfiguration

Definition at line 23 of file S3CrtEndpointProvider.h.

◆ S3CrtDefaultEpProviderBase

Definition at line 74 of file S3CrtEndpointProvider.h.

◆ S3CrtEndpointProviderBase

The type for the S3Crt 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 S3CrtEndpointProvider.h.