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