Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.GetCredentialsForIdentityResponse
-
Packages that use GetCredentialsForIdentityResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of GetCredentialsForIdentityResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return GetCredentialsForIdentityResponse Modifier and Type Method Description default GetCredentialsForIdentityResponseCognitoIdentityClient. getCredentialsForIdentity(Consumer<GetCredentialsForIdentityRequest.Builder> getCredentialsForIdentityRequest)Returns credentials for the provided identity ID.default GetCredentialsForIdentityResponseCognitoIdentityClient. getCredentialsForIdentity(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest)Returns credentials for the provided identity ID.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type GetCredentialsForIdentityResponse Modifier and Type Method Description default CompletableFuture<GetCredentialsForIdentityResponse>CognitoIdentityAsyncClient. getCredentialsForIdentity(Consumer<GetCredentialsForIdentityRequest.Builder> getCredentialsForIdentityRequest)Returns credentials for the provided identity ID.default CompletableFuture<GetCredentialsForIdentityResponse>CognitoIdentityAsyncClient. getCredentialsForIdentity(GetCredentialsForIdentityRequest getCredentialsForIdentityRequest)Returns credentials for the provided identity ID.
-