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 theSecurityPolicyReportSummaryobjects 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 SecurityPolicyReportSummarySecurityPolicyReportSummary.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.BuilderSecurityPolicyReportSummary.Builder. copy(SecurityPolicyReportSummary model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SecurityPolicyReportSummary Modifier and Type Method Description SecurityPolicyReportCollection.BuilderSecurityPolicyReportCollection.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.
-