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