Uses of Class
com.oracle.bmc.datasafe.responses.ChangeSecurityAssessmentCompartmentResponse
-
Packages that use ChangeSecurityAssessmentCompartmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ChangeSecurityAssessmentCompartmentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ChangeSecurityAssessmentCompartmentResponse Modifier and Type Method Description ChangeSecurityAssessmentCompartmentResponse
DataSafe. changeSecurityAssessmentCompartment(ChangeSecurityAssessmentCompartmentRequest request)
Moves the specified saved security assessment or future scheduled assessments into a different compartment.ChangeSecurityAssessmentCompartmentResponse
DataSafeClient. changeSecurityAssessmentCompartment(ChangeSecurityAssessmentCompartmentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ChangeSecurityAssessmentCompartmentResponse Modifier and Type Method Description Future<ChangeSecurityAssessmentCompartmentResponse>
DataSafeAsync. changeSecurityAssessmentCompartment(ChangeSecurityAssessmentCompartmentRequest request, AsyncHandler<ChangeSecurityAssessmentCompartmentRequest,ChangeSecurityAssessmentCompartmentResponse> handler)
Moves the specified saved security assessment or future scheduled assessments into a different compartment.Future<ChangeSecurityAssessmentCompartmentResponse>
DataSafeAsyncClient. changeSecurityAssessmentCompartment(ChangeSecurityAssessmentCompartmentRequest request, AsyncHandler<ChangeSecurityAssessmentCompartmentRequest,ChangeSecurityAssessmentCompartmentResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeSecurityAssessmentCompartmentResponse Modifier and Type Method Description Future<ChangeSecurityAssessmentCompartmentResponse>
DataSafeAsync. changeSecurityAssessmentCompartment(ChangeSecurityAssessmentCompartmentRequest request, AsyncHandler<ChangeSecurityAssessmentCompartmentRequest,ChangeSecurityAssessmentCompartmentResponse> handler)
Moves the specified saved security assessment or future scheduled assessments into a different compartment.Future<ChangeSecurityAssessmentCompartmentResponse>
DataSafeAsyncClient. changeSecurityAssessmentCompartment(ChangeSecurityAssessmentCompartmentRequest request, AsyncHandler<ChangeSecurityAssessmentCompartmentRequest,ChangeSecurityAssessmentCompartmentResponse> handler)
-
Uses of ChangeSecurityAssessmentCompartmentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ChangeSecurityAssessmentCompartmentResponse Modifier and Type Method Description ChangeSecurityAssessmentCompartmentResponse
ChangeSecurityAssessmentCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ChangeSecurityAssessmentCompartmentResponse Modifier and Type Method Description ChangeSecurityAssessmentCompartmentResponse.Builder
ChangeSecurityAssessmentCompartmentResponse.Builder. copy(ChangeSecurityAssessmentCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-