Uses of Class
com.oracle.bmc.cloudguard.model.ProblemEntityCollection.Builder
-
Packages that use ProblemEntityCollection.Builder Package Description com.oracle.bmc.cloudguard.model -
-
Uses of ProblemEntityCollection.Builder in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ProblemEntityCollection.Builder Modifier and Type Method Description static ProblemEntityCollection.Builder
ProblemEntityCollection. builder()
Create a new builder.ProblemEntityCollection.Builder
ProblemEntityCollection.Builder. copy(ProblemEntityCollection model)
ProblemEntityCollection.Builder
ProblemEntityCollection.Builder. items(List<ProblemEntitySummary> items)
List of entity details related to a data sourceProblemEntityCollection.Builder
ProblemEntityCollection.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.ProblemEntityCollection.Builder
ProblemEntityCollection. toBuilder()
-