Uses of Interface
software.amazon.awssdk.services.amplifybackend.model.BackendAuthAppleProviderConfig.Builder
-
Packages that use BackendAuthAppleProviderConfig.Builder Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of BackendAuthAppleProviderConfig.Builder in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return BackendAuthAppleProviderConfig.Builder Modifier and Type Method Description static BackendAuthAppleProviderConfig.BuilderBackendAuthAppleProviderConfig. builder()BackendAuthAppleProviderConfig.BuilderBackendAuthAppleProviderConfig.Builder. clientId(String clientId)Describes the client_id (also called Services ID) that comes from Apple.BackendAuthAppleProviderConfig.BuilderBackendAuthAppleProviderConfig.Builder. keyId(String keyId)Describes the key_id that comes from Apple.BackendAuthAppleProviderConfig.BuilderBackendAuthAppleProviderConfig.Builder. privateKey(String privateKey)Describes the private_key that comes from Apple.BackendAuthAppleProviderConfig.BuilderBackendAuthAppleProviderConfig.Builder. teamId(String teamId)Describes the team_id that comes from Apple.BackendAuthAppleProviderConfig.BuilderBackendAuthAppleProviderConfig. toBuilder()Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type BackendAuthAppleProviderConfig.Builder Modifier and Type Method Description static Class<? extends BackendAuthAppleProviderConfig.Builder>BackendAuthAppleProviderConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type BackendAuthAppleProviderConfig.Builder Modifier and Type Method Description default SocialProviderSettings.BuilderSocialProviderSettings.Builder. signInWithApple(Consumer<BackendAuthAppleProviderConfig.Builder> signInWithApple)Sets the value of the SignInWithApple property for this object.
-