Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeIdentityProviderResponse
-
Packages that use DescribeIdentityProviderResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of DescribeIdentityProviderResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DescribeIdentityProviderResponse Modifier and Type Method Description default DescribeIdentityProviderResponseCognitoIdentityProviderClient. describeIdentityProvider(Consumer<DescribeIdentityProviderRequest.Builder> describeIdentityProviderRequest)Given a user pool ID and identity provider (IdP) name, returns details about the IdP.default DescribeIdentityProviderResponseCognitoIdentityProviderClient. describeIdentityProvider(DescribeIdentityProviderRequest describeIdentityProviderRequest)Given a user pool ID and identity provider (IdP) name, returns details about the IdP.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DescribeIdentityProviderResponse Modifier and Type Method Description default CompletableFuture<DescribeIdentityProviderResponse>CognitoIdentityProviderAsyncClient. describeIdentityProvider(Consumer<DescribeIdentityProviderRequest.Builder> describeIdentityProviderRequest)Given a user pool ID and identity provider (IdP) name, returns details about the IdP.default CompletableFuture<DescribeIdentityProviderResponse>CognitoIdentityProviderAsyncClient. describeIdentityProvider(DescribeIdentityProviderRequest describeIdentityProviderRequest)Given a user pool ID and identity provider (IdP) name, returns details about the IdP.
-