Uses of Class
software.amazon.awssdk.services.ssmsap.model.StartApplicationRefreshRequest
-
Packages that use StartApplicationRefreshRequest 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 StartApplicationRefreshRequest in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap with parameters of type StartApplicationRefreshRequest Modifier and Type Method Description default CompletableFuture<StartApplicationRefreshResponse>SsmSapAsyncClient. startApplicationRefresh(StartApplicationRefreshRequest startApplicationRefreshRequest)Refreshes a registered application.default StartApplicationRefreshResponseSsmSapClient. startApplicationRefresh(StartApplicationRefreshRequest startApplicationRefreshRequest)Refreshes a registered application. -
Uses of StartApplicationRefreshRequest in software.amazon.awssdk.services.ssmsap.transform
Methods in software.amazon.awssdk.services.ssmsap.transform with parameters of type StartApplicationRefreshRequest Modifier and Type Method Description SdkHttpFullRequestStartApplicationRefreshRequestMarshaller. marshall(StartApplicationRefreshRequest startApplicationRefreshRequest)
-