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.datasafe
Methods 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 theSecurityAssessmentSummary
objects contained in responses from the listSecurityAssessments operation. -
Uses of SecurityAssessmentSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityAssessmentSummary Modifier and Type Method Description SecurityAssessmentSummary
SecurityAssessmentSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityAssessmentSummary Modifier and Type Method Description SecurityAssessmentSummary.Builder
SecurityAssessmentSummary.Builder. copy(SecurityAssessmentSummary model)
-
Uses of SecurityAssessmentSummary in com.oracle.bmc.datasafe.responses
Methods 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.Builder
ListSecurityAssessmentsResponse.Builder. items(List<SecurityAssessmentSummary> items)
A list of com.oracle.bmc.datasafe.model.SecurityAssessmentSummary instances.
-