Uses of Interface
software.amazon.awssdk.services.ssmsap.model.UpdateApplicationSettingsResponse.Builder
-
Packages that use UpdateApplicationSettingsResponse.Builder Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of UpdateApplicationSettingsResponse.Builder in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return UpdateApplicationSettingsResponse.Builder Modifier and Type Method Description static UpdateApplicationSettingsResponse.BuilderUpdateApplicationSettingsResponse. builder()UpdateApplicationSettingsResponse.BuilderUpdateApplicationSettingsResponse.Builder. message(String message)The update message.UpdateApplicationSettingsResponse.BuilderUpdateApplicationSettingsResponse.Builder. operationIds(String... operationIds)The IDs of the operations.UpdateApplicationSettingsResponse.BuilderUpdateApplicationSettingsResponse.Builder. operationIds(Collection<String> operationIds)The IDs of the operations.UpdateApplicationSettingsResponse.BuilderUpdateApplicationSettingsResponse. toBuilder()Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type UpdateApplicationSettingsResponse.Builder Modifier and Type Method Description static Class<? extends UpdateApplicationSettingsResponse.Builder>UpdateApplicationSettingsResponse. serializableBuilderClass()
-