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