Uses of Class
com.oracle.bmc.jms.model.JfrAttachmentTarget
-
Packages that use JfrAttachmentTarget Package Description com.oracle.bmc.jms.model -
-
Uses of JfrAttachmentTarget in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return JfrAttachmentTarget Modifier and Type Method Description JfrAttachmentTarget
JfrAttachmentTarget.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type JfrAttachmentTarget Modifier and Type Method Description List<JfrAttachmentTarget>
RequestCryptoAnalysesDetails. getTargets()
The attachment targets to start JFR.List<JfrAttachmentTarget>
RequestJfrRecordingsDetails. getTargets()
The attachment targets to start JFR.List<JfrAttachmentTarget>
RequestPerformanceTuningAnalysesDetails. getTargets()
The attachment targets to start JFR.Methods in com.oracle.bmc.jms.model with parameters of type JfrAttachmentTarget Modifier and Type Method Description JfrAttachmentTarget.Builder
JfrAttachmentTarget.Builder. copy(JfrAttachmentTarget model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type JfrAttachmentTarget Modifier and Type Method Description RequestCryptoAnalysesDetails.Builder
RequestCryptoAnalysesDetails.Builder. targets(List<JfrAttachmentTarget> targets)
The attachment targets to start JFR.RequestJfrRecordingsDetails.Builder
RequestJfrRecordingsDetails.Builder. targets(List<JfrAttachmentTarget> targets)
The attachment targets to start JFR.RequestPerformanceTuningAnalysesDetails.Builder
RequestPerformanceTuningAnalysesDetails.Builder. targets(List<JfrAttachmentTarget> targets)
The attachment targets to start JFR.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type JfrAttachmentTarget Constructor Description RequestCryptoAnalysesDetails(List<JfrAttachmentTarget> targets, Integer recordingDurationInMinutes, Integer waitingPeriodInMinutes)
Deprecated.RequestJfrRecordingsDetails(List<JfrAttachmentTarget> targets, String jfcProfileName, String jfcV1, String jfcV2, Integer recordingDurationInMinutes, Integer recordingSizeInMb, Integer waitingPeriodInMinutes)
Deprecated.RequestPerformanceTuningAnalysesDetails(List<JfrAttachmentTarget> targets, Integer recordingDurationInMinutes, Integer waitingPeriodInMinutes)
Deprecated.
-