Uses of Class
software.amazon.awssdk.services.cognitosync.model.GetCognitoEventsRequest
-
Packages that use GetCognitoEventsRequest Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync software.amazon.awssdk.services.cognitosync.transform -
-
Uses of GetCognitoEventsRequest in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync with parameters of type GetCognitoEventsRequest Modifier and Type Method Description default CompletableFuture<GetCognitoEventsResponse>CognitoSyncAsyncClient. getCognitoEvents(GetCognitoEventsRequest 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. -
Uses of GetCognitoEventsRequest in software.amazon.awssdk.services.cognitosync.transform
Methods in software.amazon.awssdk.services.cognitosync.transform with parameters of type GetCognitoEventsRequest Modifier and Type Method Description SdkHttpFullRequestGetCognitoEventsRequestMarshaller. marshall(GetCognitoEventsRequest getCognitoEventsRequest)
-