Uses of Interface
software.amazon.awssdk.services.codepipeline.auth.scheme.CodePipelineAuthSchemeParams
-
Packages that use CodePipelineAuthSchemeParams Package Description software.amazon.awssdk.services.codepipeline.auth.scheme software.amazon.awssdk.services.codepipeline.auth.scheme.internal -
-
Uses of CodePipelineAuthSchemeParams in software.amazon.awssdk.services.codepipeline.auth.scheme
Methods in software.amazon.awssdk.services.codepipeline.auth.scheme that return CodePipelineAuthSchemeParams Modifier and Type Method Description CodePipelineAuthSchemeParamsCodePipelineAuthSchemeParams.Builder. build()Returns aCodePipelineAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.codepipeline.auth.scheme with parameters of type CodePipelineAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>CodePipelineAuthSchemeProvider. resolveAuthScheme(CodePipelineAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of CodePipelineAuthSchemeParams in software.amazon.awssdk.services.codepipeline.auth.scheme.internal
Classes in software.amazon.awssdk.services.codepipeline.auth.scheme.internal that implement CodePipelineAuthSchemeParams Modifier and Type Class Description classDefaultCodePipelineAuthSchemeParamsMethods in software.amazon.awssdk.services.codepipeline.auth.scheme.internal with parameters of type CodePipelineAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultCodePipelineAuthSchemeProvider. resolveAuthScheme(CodePipelineAuthSchemeParams params)
-