Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetAppResponse
-
Packages that use GetAppResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetAppResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetAppResponse Modifier and Type Method Description default GetAppResponsePinpointClient. getApp(Consumer<GetAppRequest.Builder> getAppRequest)Retrieves information about an application.default GetAppResponsePinpointClient. getApp(GetAppRequest getAppRequest)Retrieves information about an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetAppResponse Modifier and Type Method Description default CompletableFuture<GetAppResponse>PinpointAsyncClient. getApp(Consumer<GetAppRequest.Builder> getAppRequest)Retrieves information about an application.default CompletableFuture<GetAppResponse>PinpointAsyncClient. getApp(GetAppRequest getAppRequest)Retrieves information about an application.
-