Uses of Interface
software.amazon.awssdk.services.customerprofiles.auth.scheme.CustomerProfilesAuthSchemeParams
-
-
Uses of CustomerProfilesAuthSchemeParams in software.amazon.awssdk.services.customerprofiles.auth.scheme
Methods in software.amazon.awssdk.services.customerprofiles.auth.scheme that return CustomerProfilesAuthSchemeParams Modifier and Type Method Description CustomerProfilesAuthSchemeParamsCustomerProfilesAuthSchemeParams.Builder. build()Returns aCustomerProfilesAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.customerprofiles.auth.scheme with parameters of type CustomerProfilesAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>CustomerProfilesAuthSchemeProvider. resolveAuthScheme(CustomerProfilesAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of CustomerProfilesAuthSchemeParams in software.amazon.awssdk.services.customerprofiles.auth.scheme.internal
Classes in software.amazon.awssdk.services.customerprofiles.auth.scheme.internal that implement CustomerProfilesAuthSchemeParams Modifier and Type Class Description classDefaultCustomerProfilesAuthSchemeParamsMethods in software.amazon.awssdk.services.customerprofiles.auth.scheme.internal with parameters of type CustomerProfilesAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultCustomerProfilesAuthSchemeProvider. resolveAuthScheme(CustomerProfilesAuthSchemeParams params)
-