Uses of Class
com.oracle.bmc.datasafe.responses.UnsetSecurityAssessmentBaselineResponse
-
Packages that use UnsetSecurityAssessmentBaselineResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of UnsetSecurityAssessmentBaselineResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return UnsetSecurityAssessmentBaselineResponse Modifier and Type Method Description UnsetSecurityAssessmentBaselineResponse
DataSafe. unsetSecurityAssessmentBaseline(UnsetSecurityAssessmentBaselineRequest request)
Removes the baseline setting for the saved security assessment associated with the targetId passed via body.UnsetSecurityAssessmentBaselineResponse
DataSafeClient. unsetSecurityAssessmentBaseline(UnsetSecurityAssessmentBaselineRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type UnsetSecurityAssessmentBaselineResponse Modifier and Type Method Description Future<UnsetSecurityAssessmentBaselineResponse>
DataSafeAsync. unsetSecurityAssessmentBaseline(UnsetSecurityAssessmentBaselineRequest request, AsyncHandler<UnsetSecurityAssessmentBaselineRequest,UnsetSecurityAssessmentBaselineResponse> handler)
Removes the baseline setting for the saved security assessment associated with the targetId passed via body.Future<UnsetSecurityAssessmentBaselineResponse>
DataSafeAsyncClient. unsetSecurityAssessmentBaseline(UnsetSecurityAssessmentBaselineRequest request, AsyncHandler<UnsetSecurityAssessmentBaselineRequest,UnsetSecurityAssessmentBaselineResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UnsetSecurityAssessmentBaselineResponse Modifier and Type Method Description Future<UnsetSecurityAssessmentBaselineResponse>
DataSafeAsync. unsetSecurityAssessmentBaseline(UnsetSecurityAssessmentBaselineRequest request, AsyncHandler<UnsetSecurityAssessmentBaselineRequest,UnsetSecurityAssessmentBaselineResponse> handler)
Removes the baseline setting for the saved security assessment associated with the targetId passed via body.Future<UnsetSecurityAssessmentBaselineResponse>
DataSafeAsyncClient. unsetSecurityAssessmentBaseline(UnsetSecurityAssessmentBaselineRequest request, AsyncHandler<UnsetSecurityAssessmentBaselineRequest,UnsetSecurityAssessmentBaselineResponse> handler)
-
Uses of UnsetSecurityAssessmentBaselineResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return UnsetSecurityAssessmentBaselineResponse Modifier and Type Method Description UnsetSecurityAssessmentBaselineResponse
UnsetSecurityAssessmentBaselineResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UnsetSecurityAssessmentBaselineResponse Modifier and Type Method Description UnsetSecurityAssessmentBaselineResponse.Builder
UnsetSecurityAssessmentBaselineResponse.Builder. copy(UnsetSecurityAssessmentBaselineResponse o)
Copy method to populate the builder with values from the given instance.
-