Uses of Class
software.amazon.awssdk.services.ssmsap.model.UpdateApplicationSettingsResponse
-
Packages that use UpdateApplicationSettingsResponse 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 UpdateApplicationSettingsResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return UpdateApplicationSettingsResponse Modifier and Type Method Description default UpdateApplicationSettingsResponseSsmSapClient. updateApplicationSettings(Consumer<UpdateApplicationSettingsRequest.Builder> updateApplicationSettingsRequest)Updates the settings of an application registered with AWS Systems Manager for SAP.default UpdateApplicationSettingsResponseSsmSapClient. updateApplicationSettings(UpdateApplicationSettingsRequest updateApplicationSettingsRequest)Updates the settings of an application registered with AWS Systems Manager for SAP.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type UpdateApplicationSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateApplicationSettingsResponse>SsmSapAsyncClient. updateApplicationSettings(Consumer<UpdateApplicationSettingsRequest.Builder> updateApplicationSettingsRequest)Updates the settings of an application registered with AWS Systems Manager for SAP.default CompletableFuture<UpdateApplicationSettingsResponse>SsmSapAsyncClient. updateApplicationSettings(UpdateApplicationSettingsRequest updateApplicationSettingsRequest)Updates the settings of an application registered with AWS Systems Manager for SAP.
-