Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.UpdateIdentityPoolResponse
-
Packages that use UpdateIdentityPoolResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of UpdateIdentityPoolResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return UpdateIdentityPoolResponse Modifier and Type Method Description default UpdateIdentityPoolResponseCognitoIdentityClient. updateIdentityPool(Consumer<UpdateIdentityPoolRequest.Builder> updateIdentityPoolRequest)Updates an identity pool.default UpdateIdentityPoolResponseCognitoIdentityClient. updateIdentityPool(UpdateIdentityPoolRequest updateIdentityPoolRequest)Updates an identity pool.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type UpdateIdentityPoolResponse Modifier and Type Method Description default CompletableFuture<UpdateIdentityPoolResponse>CognitoIdentityAsyncClient. updateIdentityPool(Consumer<UpdateIdentityPoolRequest.Builder> updateIdentityPoolRequest)Updates an identity pool.default CompletableFuture<UpdateIdentityPoolResponse>CognitoIdentityAsyncClient. updateIdentityPool(UpdateIdentityPoolRequest updateIdentityPoolRequest)Updates an identity pool.
-