Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.IdentityProviderType
-
Packages that use IdentityProviderType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of IdentityProviderType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return IdentityProviderType Modifier and Type Method Description IdentityProviderTypeCreateIdentityProviderResponse. identityProvider()The details of the new user pool IdP.IdentityProviderTypeDescribeIdentityProviderResponse. identityProvider()The details of the requested IdP.IdentityProviderTypeGetIdentityProviderByIdentifierResponse. identityProvider()The identity provider details.IdentityProviderTypeUpdateIdentityProviderResponse. identityProvider()The identity provider details.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type IdentityProviderType Modifier and Type Method Description CreateIdentityProviderResponse.BuilderCreateIdentityProviderResponse.Builder. identityProvider(IdentityProviderType identityProvider)The details of the new user pool IdP.DescribeIdentityProviderResponse.BuilderDescribeIdentityProviderResponse.Builder. identityProvider(IdentityProviderType identityProvider)The details of the requested IdP.GetIdentityProviderByIdentifierResponse.BuilderGetIdentityProviderByIdentifierResponse.Builder. identityProvider(IdentityProviderType identityProvider)The identity provider details.UpdateIdentityProviderResponse.BuilderUpdateIdentityProviderResponse.Builder. identityProvider(IdentityProviderType identityProvider)The identity provider details.
-