Uses of Class
software.amazon.awssdk.services.pinpoint.model.CreateAppResponse
-
Packages that use CreateAppResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of CreateAppResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return CreateAppResponse Modifier and Type Method Description default CreateAppResponsePinpointClient. createApp(Consumer<CreateAppRequest.Builder> createAppRequest)Creates an application.default CreateAppResponsePinpointClient. createApp(CreateAppRequest createAppRequest)Creates an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type CreateAppResponse Modifier and Type Method Description default CompletableFuture<CreateAppResponse>PinpointAsyncClient. createApp(Consumer<CreateAppRequest.Builder> createAppRequest)Creates an application.default CompletableFuture<CreateAppResponse>PinpointAsyncClient. createApp(CreateAppRequest createAppRequest)Creates an application.
-