Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateIdentityProviderResponse
-
Packages that use CreateIdentityProviderResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of CreateIdentityProviderResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return CreateIdentityProviderResponse Modifier and Type Method Description default CreateIdentityProviderResponseCognitoIdentityProviderClient. createIdentityProvider(Consumer<CreateIdentityProviderRequest.Builder> createIdentityProviderRequest)Adds a configuration and trust relationship between a third-party identity provider (IdP) and a user pool.default CreateIdentityProviderResponseCognitoIdentityProviderClient. createIdentityProvider(CreateIdentityProviderRequest createIdentityProviderRequest)Adds a configuration and trust relationship between a third-party identity provider (IdP) and a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type CreateIdentityProviderResponse Modifier and Type Method Description default CompletableFuture<CreateIdentityProviderResponse>CognitoIdentityProviderAsyncClient. createIdentityProvider(Consumer<CreateIdentityProviderRequest.Builder> createIdentityProviderRequest)Adds a configuration and trust relationship between a third-party identity provider (IdP) and a user pool.default CompletableFuture<CreateIdentityProviderResponse>CognitoIdentityProviderAsyncClient. createIdentityProvider(CreateIdentityProviderRequest createIdentityProviderRequest)Adds a configuration and trust relationship between a third-party identity provider (IdP) and a user pool.
-