Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.IdentityProviderType
Packages that use IdentityProviderType
-
Uses of IdentityProviderType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return IdentityProviderTypeModifier and TypeMethodDescriptionfinal IdentityProviderTypeCreateIdentityProviderResponse.identityProvider()The details of the new user pool IdP.final IdentityProviderTypeDescribeIdentityProviderResponse.identityProvider()The details of the requested IdP.final IdentityProviderTypeGetIdentityProviderByIdentifierResponse.identityProvider()The configuration of the IdP in your user pool.final IdentityProviderTypeUpdateIdentityProviderResponse.identityProvider()The identity provider details.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type IdentityProviderTypeModifier and TypeMethodDescriptionCreateIdentityProviderResponse.Builder.identityProvider(IdentityProviderType identityProvider) The details of the new user pool IdP.DescribeIdentityProviderResponse.Builder.identityProvider(IdentityProviderType identityProvider) The details of the requested IdP.GetIdentityProviderByIdentifierResponse.Builder.identityProvider(IdentityProviderType identityProvider) The configuration of the IdP in your user pool.UpdateIdentityProviderResponse.Builder.identityProvider(IdentityProviderType identityProvider) The identity provider details.