Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetInAppMessagesResponse
-
Packages that use GetInAppMessagesResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetInAppMessagesResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetInAppMessagesResponse Modifier and Type Method Description default GetInAppMessagesResponsePinpointClient. getInAppMessages(Consumer<GetInAppMessagesRequest.Builder> getInAppMessagesRequest)Retrieves the in-app messages targeted for the provided endpoint ID.default GetInAppMessagesResponsePinpointClient. getInAppMessages(GetInAppMessagesRequest getInAppMessagesRequest)Retrieves the in-app messages targeted for the provided endpoint ID.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetInAppMessagesResponse Modifier and Type Method Description default CompletableFuture<GetInAppMessagesResponse>PinpointAsyncClient. getInAppMessages(Consumer<GetInAppMessagesRequest.Builder> getInAppMessagesRequest)Retrieves the in-app messages targeted for the provided endpoint ID.default CompletableFuture<GetInAppMessagesResponse>PinpointAsyncClient. getInAppMessages(GetInAppMessagesRequest getInAppMessagesRequest)Retrieves the in-app messages targeted for the provided endpoint ID.
-