Uses of Class
com.oracle.bmc.datasafe.requests.GetSecurityAssessmentRequest
-
Packages that use GetSecurityAssessmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetSecurityAssessmentRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetSecurityAssessmentRequest Modifier and Type Method Description Future<GetSecurityAssessmentResponse>
DataSafeAsync. getSecurityAssessment(GetSecurityAssessmentRequest request, AsyncHandler<GetSecurityAssessmentRequest,GetSecurityAssessmentResponse> handler)
Gets the details of the specified security assessment.Future<GetSecurityAssessmentResponse>
DataSafeAsyncClient. getSecurityAssessment(GetSecurityAssessmentRequest request, AsyncHandler<GetSecurityAssessmentRequest,GetSecurityAssessmentResponse> handler)
-
Uses of GetSecurityAssessmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetSecurityAssessmentRequest Modifier and Type Method Description GetSecurityAssessmentRequest
GetSecurityAssessmentRequest.Builder. build()
Build the instance of GetSecurityAssessmentRequest as configured by this builderGetSecurityAssessmentRequest
GetSecurityAssessmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSecurityAssessmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetSecurityAssessmentRequest Modifier and Type Method Description GetSecurityAssessmentRequest.Builder
GetSecurityAssessmentRequest.Builder. copy(GetSecurityAssessmentRequest o)
Copy method to populate the builder with values from the given instance.
-