Uses of Class
software.amazon.awssdk.services.ssmsap.model.StartApplicationRequest
-
Packages that use StartApplicationRequest Package Description software.amazon.awssdk.services.ssmsap This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP.software.amazon.awssdk.services.ssmsap.transform -
-
Uses of StartApplicationRequest in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap with parameters of type StartApplicationRequest Modifier and Type Method Description default CompletableFuture<StartApplicationResponse>SsmSapAsyncClient. startApplication(StartApplicationRequest startApplicationRequest)Request is an operation which starts an application.default StartApplicationResponseSsmSapClient. startApplication(StartApplicationRequest startApplicationRequest)Request is an operation which starts an application. -
Uses of StartApplicationRequest in software.amazon.awssdk.services.ssmsap.transform
Methods in software.amazon.awssdk.services.ssmsap.transform with parameters of type StartApplicationRequest Modifier and Type Method Description SdkHttpFullRequestStartApplicationRequestMarshaller. marshall(StartApplicationRequest startApplicationRequest)
-