Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetAppsRequest
-
Packages that use GetAppsRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetAppsRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetAppsRequest Modifier and Type Method Description default CompletableFuture<GetAppsResponse>PinpointAsyncClient. getApps(GetAppsRequest 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. -
Uses of GetAppsRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetAppsRequest Modifier and Type Method Description SdkHttpFullRequestGetAppsRequestMarshaller. marshall(GetAppsRequest getAppsRequest)
-