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.datasafeMethod 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.requestsMethods in com.oracle.bmc.datasafe.requests that return GetSecurityAssessmentRequest Modifier and Type Method Description GetSecurityAssessmentRequestGetSecurityAssessmentRequest.Builder. build()Build the instance of GetSecurityAssessmentRequest as configured by this builderGetSecurityAssessmentRequestGetSecurityAssessmentRequest.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.BuilderGetSecurityAssessmentRequest.Builder. copy(GetSecurityAssessmentRequest o)Copy method to populate the builder with values from the given instance.
 
-