Uses of Class
com.oracle.bmc.datasafe.requests.RefreshSecurityAssessmentRequest
-
Packages that use RefreshSecurityAssessmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of RefreshSecurityAssessmentRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type RefreshSecurityAssessmentRequest Modifier and Type Method Description RefreshSecurityAssessmentResponse
DataSafe. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request)
Runs a security assessment, refreshes the latest assessment, and saves it for future reference.Future<RefreshSecurityAssessmentResponse>
DataSafeAsync. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request, AsyncHandler<RefreshSecurityAssessmentRequest,RefreshSecurityAssessmentResponse> handler)
Runs a security assessment, refreshes the latest assessment, and saves it for future reference.Future<RefreshSecurityAssessmentResponse>
DataSafeAsyncClient. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request, AsyncHandler<RefreshSecurityAssessmentRequest,RefreshSecurityAssessmentResponse> handler)
RefreshSecurityAssessmentResponse
DataSafeClient. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type RefreshSecurityAssessmentRequest Modifier and Type Method Description Future<RefreshSecurityAssessmentResponse>
DataSafeAsync. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request, AsyncHandler<RefreshSecurityAssessmentRequest,RefreshSecurityAssessmentResponse> handler)
Runs a security assessment, refreshes the latest assessment, and saves it for future reference.Future<RefreshSecurityAssessmentResponse>
DataSafeAsyncClient. refreshSecurityAssessment(RefreshSecurityAssessmentRequest request, AsyncHandler<RefreshSecurityAssessmentRequest,RefreshSecurityAssessmentResponse> handler)
-
Uses of RefreshSecurityAssessmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return RefreshSecurityAssessmentRequest Modifier and Type Method Description RefreshSecurityAssessmentRequest
RefreshSecurityAssessmentRequest.Builder. build()
Build the instance of RefreshSecurityAssessmentRequest as configured by this builderRefreshSecurityAssessmentRequest
RefreshSecurityAssessmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshSecurityAssessmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type RefreshSecurityAssessmentRequest Modifier and Type Method Description RefreshSecurityAssessmentRequest.Builder
RefreshSecurityAssessmentRequest.Builder. copy(RefreshSecurityAssessmentRequest o)
Copy method to populate the builder with values from the given instance.
-