Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.ConcurrentModificationException
-
Packages that use ConcurrentModificationException Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of ConcurrentModificationException in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that throw ConcurrentModificationException Modifier and Type Method Description default SetIdentityPoolRolesResponseCognitoIdentityClient. setIdentityPoolRoles(Consumer<SetIdentityPoolRolesRequest.Builder> setIdentityPoolRolesRequest)Sets the roles for an identity pool.default SetIdentityPoolRolesResponseCognitoIdentityClient. setIdentityPoolRoles(SetIdentityPoolRolesRequest setIdentityPoolRolesRequest)Sets the roles for an identity pool.default UpdateIdentityPoolResponseCognitoIdentityClient. updateIdentityPool(Consumer<UpdateIdentityPoolRequest.Builder> updateIdentityPoolRequest)Updates an identity pool.default UpdateIdentityPoolResponseCognitoIdentityClient. updateIdentityPool(UpdateIdentityPoolRequest updateIdentityPoolRequest)Updates an identity pool.
-