Uses of Class
software.amazon.awssdk.services.cognitosync.model.GetCognitoEventsResponse
-
Packages that use GetCognitoEventsResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of GetCognitoEventsResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return GetCognitoEventsResponse Modifier and Type Method Description default GetCognitoEventsResponseCognitoSyncClient. getCognitoEvents(Consumer<GetCognitoEventsRequest.Builder> getCognitoEventsRequest)Gets the events and the corresponding Lambda functions associated with an identity pool.default GetCognitoEventsResponseCognitoSyncClient. getCognitoEvents(GetCognitoEventsRequest getCognitoEventsRequest)Gets the events and the corresponding Lambda functions associated with an identity pool.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type GetCognitoEventsResponse Modifier and Type Method Description default CompletableFuture<GetCognitoEventsResponse>CognitoSyncAsyncClient. getCognitoEvents(Consumer<GetCognitoEventsRequest.Builder> getCognitoEventsRequest)Gets the events and the corresponding Lambda functions associated with an identity pool.default CompletableFuture<GetCognitoEventsResponse>CognitoSyncAsyncClient. getCognitoEvents(GetCognitoEventsRequest getCognitoEventsRequest)Gets the events and the corresponding Lambda functions associated with an identity pool.
-