Uses of Class
com.oracle.bmc.datasafe.responses.SetSecurityAssessmentBaselineResponse
-
Packages that use SetSecurityAssessmentBaselineResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of SetSecurityAssessmentBaselineResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return SetSecurityAssessmentBaselineResponse Modifier and Type Method Description SetSecurityAssessmentBaselineResponse
DataSafe. setSecurityAssessmentBaseline(SetSecurityAssessmentBaselineRequest request)
Sets the saved security assessment as the baseline in the compartment where the the specified assessment resides.SetSecurityAssessmentBaselineResponse
DataSafeClient. setSecurityAssessmentBaseline(SetSecurityAssessmentBaselineRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type SetSecurityAssessmentBaselineResponse Modifier and Type Method Description Future<SetSecurityAssessmentBaselineResponse>
DataSafeAsync. setSecurityAssessmentBaseline(SetSecurityAssessmentBaselineRequest request, AsyncHandler<SetSecurityAssessmentBaselineRequest,SetSecurityAssessmentBaselineResponse> handler)
Sets the saved security assessment as the baseline in the compartment where the the specified assessment resides.Future<SetSecurityAssessmentBaselineResponse>
DataSafeAsyncClient. setSecurityAssessmentBaseline(SetSecurityAssessmentBaselineRequest request, AsyncHandler<SetSecurityAssessmentBaselineRequest,SetSecurityAssessmentBaselineResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type SetSecurityAssessmentBaselineResponse Modifier and Type Method Description Future<SetSecurityAssessmentBaselineResponse>
DataSafeAsync. setSecurityAssessmentBaseline(SetSecurityAssessmentBaselineRequest request, AsyncHandler<SetSecurityAssessmentBaselineRequest,SetSecurityAssessmentBaselineResponse> handler)
Sets the saved security assessment as the baseline in the compartment where the the specified assessment resides.Future<SetSecurityAssessmentBaselineResponse>
DataSafeAsyncClient. setSecurityAssessmentBaseline(SetSecurityAssessmentBaselineRequest request, AsyncHandler<SetSecurityAssessmentBaselineRequest,SetSecurityAssessmentBaselineResponse> handler)
-
Uses of SetSecurityAssessmentBaselineResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return SetSecurityAssessmentBaselineResponse Modifier and Type Method Description SetSecurityAssessmentBaselineResponse
SetSecurityAssessmentBaselineResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type SetSecurityAssessmentBaselineResponse Modifier and Type Method Description SetSecurityAssessmentBaselineResponse.Builder
SetSecurityAssessmentBaselineResponse.Builder. copy(SetSecurityAssessmentBaselineResponse o)
Copy method to populate the builder with values from the given instance.
-