Uses of Class
com.oracle.bmc.datasafe.model.SecurityPolicyReportSummary
-
Packages that use SecurityPolicyReportSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of SecurityPolicyReportSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type SecurityPolicyReportSummary Modifier and Type Method Description Iterable<SecurityPolicyReportSummary>
DataSafePaginators. listSecurityPolicyReportsRecordIterator(ListSecurityPolicyReportsRequest request)
Creates a new iterable which will iterate over theSecurityPolicyReportSummary
objects contained in responses from the listSecurityPolicyReports operation. -
Uses of SecurityPolicyReportSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityPolicyReportSummary Modifier and Type Method Description SecurityPolicyReportSummary
SecurityPolicyReportSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SecurityPolicyReportSummary Modifier and Type Method Description List<SecurityPolicyReportSummary>
SecurityPolicyReportCollection. getItems()
Array of security policy report summary.Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityPolicyReportSummary Modifier and Type Method Description SecurityPolicyReportSummary.Builder
SecurityPolicyReportSummary.Builder. copy(SecurityPolicyReportSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SecurityPolicyReportSummary Modifier and Type Method Description SecurityPolicyReportCollection.Builder
SecurityPolicyReportCollection.Builder. items(List<SecurityPolicyReportSummary> items)
Array of security policy report summary.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SecurityPolicyReportSummary Constructor Description SecurityPolicyReportCollection(List<SecurityPolicyReportSummary> items)
Deprecated.
-