Uses of Class
software.amazon.awssdk.services.cognitosync.model.SetCognitoEventsResponse
-
Packages that use SetCognitoEventsResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of SetCognitoEventsResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return SetCognitoEventsResponse Modifier and Type Method Description default SetCognitoEventsResponseCognitoSyncClient. setCognitoEvents(Consumer<SetCognitoEventsRequest.Builder> setCognitoEventsRequest)Sets the AWS Lambda function for a given event type for an identity pool.default SetCognitoEventsResponseCognitoSyncClient. setCognitoEvents(SetCognitoEventsRequest setCognitoEventsRequest)Sets the AWS Lambda function for a given event type for an identity pool.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type SetCognitoEventsResponse Modifier and Type Method Description default CompletableFuture<SetCognitoEventsResponse>CognitoSyncAsyncClient. setCognitoEvents(Consumer<SetCognitoEventsRequest.Builder> setCognitoEventsRequest)Sets the AWS Lambda function for a given event type for an identity pool.default CompletableFuture<SetCognitoEventsResponse>CognitoSyncAsyncClient. setCognitoEvents(SetCognitoEventsRequest setCognitoEventsRequest)Sets the AWS Lambda function for a given event type for an identity pool.
-