Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.SetIdentityPoolRolesResponse
-
Packages that use SetIdentityPoolRolesResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of SetIdentityPoolRolesResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return SetIdentityPoolRolesResponse 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.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type SetIdentityPoolRolesResponse Modifier and Type Method Description default CompletableFuture<SetIdentityPoolRolesResponse>CognitoIdentityAsyncClient. setIdentityPoolRoles(Consumer<SetIdentityPoolRolesRequest.Builder> setIdentityPoolRolesRequest)Sets the roles for an identity pool.default CompletableFuture<SetIdentityPoolRolesResponse>CognitoIdentityAsyncClient. setIdentityPoolRoles(SetIdentityPoolRolesRequest setIdentityPoolRolesRequest)Sets the roles for an identity pool.
-