Uses of Class
com.oracle.bmc.datasafe.responses.ListSecurityAssessmentsResponse
-
Packages that use ListSecurityAssessmentsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListSecurityAssessmentsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListSecurityAssessmentsResponse Modifier and Type Method Description ListSecurityAssessmentsResponseDataSafe. listSecurityAssessments(ListSecurityAssessmentsRequest request)Gets a list of security assessments.ListSecurityAssessmentsResponseDataSafeClient. listSecurityAssessments(ListSecurityAssessmentsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListSecurityAssessmentsResponse Modifier and Type Method Description Future<ListSecurityAssessmentsResponse>DataSafeAsync. listSecurityAssessments(ListSecurityAssessmentsRequest request, AsyncHandler<ListSecurityAssessmentsRequest,ListSecurityAssessmentsResponse> handler)Gets a list of security assessments.Future<ListSecurityAssessmentsResponse>DataSafeAsyncClient. listSecurityAssessments(ListSecurityAssessmentsRequest request, AsyncHandler<ListSecurityAssessmentsRequest,ListSecurityAssessmentsResponse> handler)Iterable<ListSecurityAssessmentsResponse>DataSafePaginators. listSecurityAssessmentsResponseIterator(ListSecurityAssessmentsRequest request)Creates a new iterable which will iterate over the responses received from the listSecurityAssessments operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListSecurityAssessmentsResponse Modifier and Type Method Description Future<ListSecurityAssessmentsResponse>DataSafeAsync. listSecurityAssessments(ListSecurityAssessmentsRequest request, AsyncHandler<ListSecurityAssessmentsRequest,ListSecurityAssessmentsResponse> handler)Gets a list of security assessments.Future<ListSecurityAssessmentsResponse>DataSafeAsyncClient. listSecurityAssessments(ListSecurityAssessmentsRequest request, AsyncHandler<ListSecurityAssessmentsRequest,ListSecurityAssessmentsResponse> handler) -
Uses of ListSecurityAssessmentsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListSecurityAssessmentsResponse Modifier and Type Method Description ListSecurityAssessmentsResponseListSecurityAssessmentsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListSecurityAssessmentsResponse Modifier and Type Method Description ListSecurityAssessmentsResponse.BuilderListSecurityAssessmentsResponse.Builder. copy(ListSecurityAssessmentsResponse o)Copy method to populate the builder with values from the given instance.
-