Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
JfrAttachmentTarget |
JfrAttachmentTarget.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<JfrAttachmentTarget> |
RequestJfrRecordingsDetails.getTargets()
The attachment targets to start JFR.
|
List<JfrAttachmentTarget> |
RequestPerformanceTuningAnalysesDetails.getTargets()
The attachment targets to start JFR.
|
List<JfrAttachmentTarget> |
RequestCryptoAnalysesDetails.getTargets()
The attachment targets to start JFR.
|
Modifier and Type | Method and Description |
---|---|
JfrAttachmentTarget.Builder |
JfrAttachmentTarget.Builder.copy(JfrAttachmentTarget model) |
Modifier and Type | Method and Description |
---|---|
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.
|
RequestCryptoAnalysesDetails.Builder |
RequestCryptoAnalysesDetails.Builder.targets(List<JfrAttachmentTarget> targets)
The attachment targets to start JFR.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.