Uses of Class
software.amazon.awssdk.services.ssmsap.model.StopApplicationRequest
-
Packages that use StopApplicationRequest 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 StopApplicationRequest in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap with parameters of type StopApplicationRequest Modifier and Type Method Description default CompletableFuture<StopApplicationResponse>SsmSapAsyncClient. stopApplication(StopApplicationRequest stopApplicationRequest)Request is an operation to stop an application.default StopApplicationResponseSsmSapClient. stopApplication(StopApplicationRequest stopApplicationRequest)Request is an operation to stop an application. -
Uses of StopApplicationRequest in software.amazon.awssdk.services.ssmsap.transform
Methods in software.amazon.awssdk.services.ssmsap.transform with parameters of type StopApplicationRequest Modifier and Type Method Description SdkHttpFullRequestStopApplicationRequestMarshaller. marshall(StopApplicationRequest stopApplicationRequest)
-