Uses of Class
com.oracle.bmc.datasafe.model.SecurityAssessmentSummary
- 
Packages that use SecurityAssessmentSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses 
- 
- 
Uses of SecurityAssessmentSummary in com.oracle.bmc.datasafeMethods in com.oracle.bmc.datasafe that return types with arguments of type SecurityAssessmentSummary Modifier and Type Method Description Iterable<SecurityAssessmentSummary>DataSafePaginators. listSecurityAssessmentsRecordIterator(ListSecurityAssessmentsRequest request)Creates a new iterable which will iterate over theSecurityAssessmentSummaryobjects contained in responses from the listSecurityAssessments operation.
- 
Uses of SecurityAssessmentSummary in com.oracle.bmc.datasafe.modelMethods in com.oracle.bmc.datasafe.model that return SecurityAssessmentSummary Modifier and Type Method Description SecurityAssessmentSummarySecurityAssessmentSummary.Builder. build()Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityAssessmentSummary Modifier and Type Method Description SecurityAssessmentSummary.BuilderSecurityAssessmentSummary.Builder. copy(SecurityAssessmentSummary model)
- 
Uses of SecurityAssessmentSummary in com.oracle.bmc.datasafe.responsesMethods in com.oracle.bmc.datasafe.responses that return types with arguments of type SecurityAssessmentSummary Modifier and Type Method Description List<SecurityAssessmentSummary>ListSecurityAssessmentsResponse. getItems()A list of com.oracle.bmc.datasafe.model.SecurityAssessmentSummary instances.Method parameters in com.oracle.bmc.datasafe.responses with type arguments of type SecurityAssessmentSummary Modifier and Type Method Description ListSecurityAssessmentsResponse.BuilderListSecurityAssessmentsResponse.Builder. items(List<SecurityAssessmentSummary> items)A list of com.oracle.bmc.datasafe.model.SecurityAssessmentSummary instances.
 
-