Uses of Class
com.oracle.bmc.databasemanagement.model.EnableCloudDbSystemStackMonitoringDetails
-
Packages that use EnableCloudDbSystemStackMonitoringDetails Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of EnableCloudDbSystemStackMonitoringDetails in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return EnableCloudDbSystemStackMonitoringDetails Modifier and Type Method Description EnableCloudDbSystemStackMonitoringDetails
EnableCloudDbSystemStackMonitoringDetails.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type EnableCloudDbSystemStackMonitoringDetails Modifier and Type Method Description EnableCloudDbSystemStackMonitoringDetails.Builder
EnableCloudDbSystemStackMonitoringDetails.Builder. copy(EnableCloudDbSystemStackMonitoringDetails model)
-
Uses of EnableCloudDbSystemStackMonitoringDetails in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return EnableCloudDbSystemStackMonitoringDetails Modifier and Type Method Description EnableCloudDbSystemStackMonitoringDetails
EnableCloudDbSystemStackMonitoringRequest. getBody$()
Alternative accessor for the body parameter.EnableCloudDbSystemStackMonitoringDetails
EnableCloudDbSystemStackMonitoringRequest. getEnableCloudDbSystemStackMonitoringDetails()
The details required to enable Stack Monitoring for an cloud DB system.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type EnableCloudDbSystemStackMonitoringDetails Modifier and Type Method Description EnableCloudDbSystemStackMonitoringRequest.Builder
EnableCloudDbSystemStackMonitoringRequest.Builder. body$(EnableCloudDbSystemStackMonitoringDetails body)
Alternative setter for the body parameter.EnableCloudDbSystemStackMonitoringRequest.Builder
EnableCloudDbSystemStackMonitoringRequest.Builder. enableCloudDbSystemStackMonitoringDetails(EnableCloudDbSystemStackMonitoringDetails enableCloudDbSystemStackMonitoringDetails)
The details required to enable Stack Monitoring for an cloud DB system.
-