Uses of Interface
software.amazon.awssdk.services.cloudformation.auth.scheme.CloudFormationAuthSchemeParams
-
Packages that use CloudFormationAuthSchemeParams Package Description software.amazon.awssdk.services.cloudformation.auth.scheme software.amazon.awssdk.services.cloudformation.auth.scheme.internal -
-
Uses of CloudFormationAuthSchemeParams in software.amazon.awssdk.services.cloudformation.auth.scheme
Methods in software.amazon.awssdk.services.cloudformation.auth.scheme that return CloudFormationAuthSchemeParams Modifier and Type Method Description CloudFormationAuthSchemeParamsCloudFormationAuthSchemeParams.Builder. build()Returns aCloudFormationAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.cloudformation.auth.scheme with parameters of type CloudFormationAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>CloudFormationAuthSchemeProvider. resolveAuthScheme(CloudFormationAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of CloudFormationAuthSchemeParams in software.amazon.awssdk.services.cloudformation.auth.scheme.internal
Classes in software.amazon.awssdk.services.cloudformation.auth.scheme.internal that implement CloudFormationAuthSchemeParams Modifier and Type Class Description classDefaultCloudFormationAuthSchemeParamsMethods in software.amazon.awssdk.services.cloudformation.auth.scheme.internal with parameters of type CloudFormationAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultCloudFormationAuthSchemeProvider. resolveAuthScheme(CloudFormationAuthSchemeParams params)List<AuthSchemeOption>PreferredCloudFormationAuthSchemeProvider. resolveAuthScheme(CloudFormationAuthSchemeParams params)Resolve the auth schemes based on the given set of parameters.
-