Uses of Class
software.amazon.awssdk.services.sms.model.NotifyAppValidationOutputResponse
-
Packages that use NotifyAppValidationOutputResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of NotifyAppValidationOutputResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return NotifyAppValidationOutputResponse Modifier and Type Method Description default NotifyAppValidationOutputResponseSmsClient. notifyAppValidationOutput(Consumer<NotifyAppValidationOutputRequest.Builder> notifyAppValidationOutputRequest)Provides information to Server Migration Service about whether application validation is successful.default NotifyAppValidationOutputResponseSmsClient. notifyAppValidationOutput(NotifyAppValidationOutputRequest notifyAppValidationOutputRequest)Provides information to Server Migration Service about whether application validation is successful.Methods in software.amazon.awssdk.services.sms that return types with arguments of type NotifyAppValidationOutputResponse Modifier and Type Method Description default CompletableFuture<NotifyAppValidationOutputResponse>SmsAsyncClient. notifyAppValidationOutput(Consumer<NotifyAppValidationOutputRequest.Builder> notifyAppValidationOutputRequest)Provides information to Server Migration Service about whether application validation is successful.default CompletableFuture<NotifyAppValidationOutputResponse>SmsAsyncClient. notifyAppValidationOutput(NotifyAppValidationOutputRequest notifyAppValidationOutputRequest)Provides information to Server Migration Service about whether application validation is successful.
-