Uses of Interface
software.amazon.awssdk.services.cloudformation.auth.scheme.CloudFormationAuthSchemeParams
Packages that use CloudFormationAuthSchemeParams
Package
Description
-
Uses of CloudFormationAuthSchemeParams in software.amazon.awssdk.services.cloudformation.auth.scheme
Methods in software.amazon.awssdk.services.cloudformation.auth.scheme that return CloudFormationAuthSchemeParamsModifier and TypeMethodDescriptionCloudFormationAuthSchemeParams.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 CloudFormationAuthSchemeParamsModifier and TypeMethodDescriptionCloudFormationAuthSchemeProvider.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 CloudFormationAuthSchemeParamsMethods in software.amazon.awssdk.services.cloudformation.auth.scheme.internal with parameters of type CloudFormationAuthSchemeParamsModifier and TypeMethodDescriptionDefaultCloudFormationAuthSchemeProvider.resolveAuthScheme(CloudFormationAuthSchemeParams params) PreferredCloudFormationAuthSchemeProvider.resolveAuthScheme(CloudFormationAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.