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