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