Class DefaultCloudFormationAuthSchemeProvider
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.auth.scheme.internal.DefaultCloudFormationAuthSchemeProvider
-
- All Implemented Interfaces:
AuthSchemeProvider,CloudFormationAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen") public final class DefaultCloudFormationAuthSchemeProvider extends Object implements CloudFormationAuthSchemeProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultCloudFormationAuthSchemeProvidercreate()List<AuthSchemeOption>resolveAuthScheme(CloudFormationAuthSchemeParams params)Resolve the auth schemes based on the given set of parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.auth.scheme.CloudFormationAuthSchemeProvider
resolveAuthScheme
-
-
-
-
Method Detail
-
create
public static DefaultCloudFormationAuthSchemeProvider create()
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(CloudFormationAuthSchemeParams params)
Description copied from interface:CloudFormationAuthSchemeProviderResolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthSchemein interfaceCloudFormationAuthSchemeProvider
-
-