Uses of Class
com.oracle.bmc.databasemanagement.model.AttentionLogCollection.Builder
-
Packages that use AttentionLogCollection.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AttentionLogCollection.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AttentionLogCollection.Builder Modifier and Type Method Description static AttentionLogCollection.Builder
AttentionLogCollection. builder()
Create a new builder.AttentionLogCollection.Builder
AttentionLogCollection.Builder. copy(AttentionLogCollection model)
AttentionLogCollection.Builder
AttentionLogCollection.Builder. items(List<AttentionLogSummary> items)
An array of the attention logs.AttentionLogCollection.Builder
AttentionLogCollection.Builder. managedDatabaseId(String managedDatabaseId)
The OCID of the Managed Database.AttentionLogCollection.Builder
AttentionLogCollection. toBuilder()
-