Uses of Class
com.oracle.bmc.stackmonitoring.model.UpdateConfigDetails
-
Packages that use UpdateConfigDetails Package Description com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.requests -
-
Uses of UpdateConfigDetails in com.oracle.bmc.stackmonitoring.model
Subclasses of UpdateConfigDetails in com.oracle.bmc.stackmonitoring.model Modifier and Type Class Description class
UpdateAutoPromoteConfigDetails
Change the details of an AUTO_PROMOTE config
Note: Objects should always be created or deserialized using theUpdateAutoPromoteConfigDetails.Builder
.class
UpdateComputeAutoActivatePluginConfigDetails
Change the details of a COMPUTE_AUTO_ACTIVATE_PLUGIN config.class
UpdateLicenseAutoAssignConfigDetails
Change the details of a LICENSE_AUTO_ASSIGN configuration.class
UpdateLicenseEnterpriseExtensibilityConfigDetails
Change the details of a LICENSE_ENTERPRISE_EXTENSIBILITY configuration.class
UpdateOnboardConfigDetails
Update configuration object, contains fields describing Onboarding customization: policies, dynamic groups, user groups. -
Uses of UpdateConfigDetails in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return UpdateConfigDetails Modifier and Type Method Description UpdateConfigDetails
UpdateConfigRequest. getBody$()
Alternative accessor for the body parameter.UpdateConfigDetails
UpdateConfigRequest. getUpdateConfigDetails()
The details of the configuration to be updated.Methods in com.oracle.bmc.stackmonitoring.requests with parameters of type UpdateConfigDetails Modifier and Type Method Description UpdateConfigRequest.Builder
UpdateConfigRequest.Builder. body$(UpdateConfigDetails body)
Alternative setter for the body parameter.UpdateConfigRequest.Builder
UpdateConfigRequest.Builder. updateConfigDetails(UpdateConfigDetails updateConfigDetails)
The details of the configuration to be updated.
-