Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.CreateIdentityPoolResponse
-
Packages that use CreateIdentityPoolResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of CreateIdentityPoolResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return CreateIdentityPoolResponse Modifier and Type Method Description default CreateIdentityPoolResponseCognitoIdentityClient. createIdentityPool(Consumer<CreateIdentityPoolRequest.Builder> createIdentityPoolRequest)Creates a new identity pool.default CreateIdentityPoolResponseCognitoIdentityClient. createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)Creates a new identity pool.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type CreateIdentityPoolResponse Modifier and Type Method Description default CompletableFuture<CreateIdentityPoolResponse>CognitoIdentityAsyncClient. createIdentityPool(Consumer<CreateIdentityPoolRequest.Builder> createIdentityPoolRequest)Creates a new identity pool.default CompletableFuture<CreateIdentityPoolResponse>CognitoIdentityAsyncClient. createIdentityPool(CreateIdentityPoolRequest createIdentityPoolRequest)Creates a new identity pool.
-