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