Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetAppsResponse
-
Packages that use GetAppsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetAppsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetAppsResponse Modifier and Type Method Description default GetAppsResponsePinpointClient. getApps(Consumer<GetAppsRequest.Builder> getAppsRequest)Retrieves information about all the applications that are associated with your Amazon Pinpoint account.default GetAppsResponsePinpointClient. getApps(GetAppsRequest getAppsRequest)Retrieves information about all the applications that are associated with your Amazon Pinpoint account.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetAppsResponse Modifier and Type Method Description default CompletableFuture<GetAppsResponse>PinpointAsyncClient. getApps(Consumer<GetAppsRequest.Builder> getAppsRequest)Retrieves information about all the applications that are associated with your Amazon Pinpoint account.default CompletableFuture<GetAppsResponse>PinpointAsyncClient. getApps(GetAppsRequest getAppsRequest)Retrieves information about all the applications that are associated with your Amazon Pinpoint account.
-