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