Uses of Class
software.amazon.awssdk.services.sms.model.CreateAppRequest
-
Packages that use CreateAppRequest Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.transform -
-
Uses of CreateAppRequest in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms with parameters of type CreateAppRequest Modifier and Type Method Description default CompletableFuture<CreateAppResponse>SmsAsyncClient. createApp(CreateAppRequest createAppRequest)Creates an application.default CreateAppResponseSmsClient. createApp(CreateAppRequest createAppRequest)Creates an application. -
Uses of CreateAppRequest in software.amazon.awssdk.services.sms.transform
Methods in software.amazon.awssdk.services.sms.transform with parameters of type CreateAppRequest Modifier and Type Method Description SdkHttpFullRequestCreateAppRequestMarshaller. marshall(CreateAppRequest createAppRequest)
-