Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.GetIdentityPoolRolesResponse
-
Packages that use GetIdentityPoolRolesResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of GetIdentityPoolRolesResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return GetIdentityPoolRolesResponse Modifier and Type Method Description default GetIdentityPoolRolesResponseCognitoIdentityClient. getIdentityPoolRoles(Consumer<GetIdentityPoolRolesRequest.Builder> getIdentityPoolRolesRequest)Gets the roles for an identity pool.default GetIdentityPoolRolesResponseCognitoIdentityClient. getIdentityPoolRoles(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest)Gets the roles for an identity pool.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type GetIdentityPoolRolesResponse Modifier and Type Method Description default CompletableFuture<GetIdentityPoolRolesResponse>CognitoIdentityAsyncClient. getIdentityPoolRoles(Consumer<GetIdentityPoolRolesRequest.Builder> getIdentityPoolRolesRequest)Gets the roles for an identity pool.default CompletableFuture<GetIdentityPoolRolesResponse>CognitoIdentityAsyncClient. getIdentityPoolRoles(GetIdentityPoolRolesRequest getIdentityPoolRolesRequest)Gets the roles for an identity pool.
-