Interface S3OutpostsAuthSchemeProvider
- All Superinterfaces:
 AuthSchemeProvider
- All Known Implementing Classes:
 DefaultS3OutpostsAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public interface S3OutpostsAuthSchemeProvider
extends AuthSchemeProvider
An auth scheme provider for S3Outposts service. The auth scheme provider takes a set of parameters using
 
S3OutpostsAuthSchemeParams, and resolves a list of AuthSchemeOption based on the given parameters.- 
Method Summary
Modifier and TypeMethodDescriptionstatic S3OutpostsAuthSchemeProviderGet the default auth scheme provider.default List<AuthSchemeOption> Resolve the auth schemes based on the given set of parameters.resolveAuthScheme(S3OutpostsAuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters. 
- 
Method Details
- 
resolveAuthScheme
Resolve the auth schemes based on the given set of parameters. - 
resolveAuthScheme
default List<AuthSchemeOption> resolveAuthScheme(Consumer<S3OutpostsAuthSchemeParams.Builder> consumer) Resolve the auth schemes based on the given set of parameters. - 
defaultProvider
Get the default auth scheme provider. 
 -