Uses of Class
com.oracle.bmc.datasafe.responses.ChangeDatabaseSecurityConfigCompartmentResponse
-
Packages that use ChangeDatabaseSecurityConfigCompartmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ChangeDatabaseSecurityConfigCompartmentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ChangeDatabaseSecurityConfigCompartmentResponse Modifier and Type Method Description ChangeDatabaseSecurityConfigCompartmentResponse
DataSafe. changeDatabaseSecurityConfigCompartment(ChangeDatabaseSecurityConfigCompartmentRequest request)
Moves the specified database security configuration and its dependent resources into a different compartment.ChangeDatabaseSecurityConfigCompartmentResponse
DataSafeClient. changeDatabaseSecurityConfigCompartment(ChangeDatabaseSecurityConfigCompartmentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ChangeDatabaseSecurityConfigCompartmentResponse Modifier and Type Method Description Future<ChangeDatabaseSecurityConfigCompartmentResponse>
DataSafeAsync. changeDatabaseSecurityConfigCompartment(ChangeDatabaseSecurityConfigCompartmentRequest request, AsyncHandler<ChangeDatabaseSecurityConfigCompartmentRequest,ChangeDatabaseSecurityConfigCompartmentResponse> handler)
Moves the specified database security configuration and its dependent resources into a different compartment.Future<ChangeDatabaseSecurityConfigCompartmentResponse>
DataSafeAsyncClient. changeDatabaseSecurityConfigCompartment(ChangeDatabaseSecurityConfigCompartmentRequest request, AsyncHandler<ChangeDatabaseSecurityConfigCompartmentRequest,ChangeDatabaseSecurityConfigCompartmentResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeDatabaseSecurityConfigCompartmentResponse Modifier and Type Method Description Future<ChangeDatabaseSecurityConfigCompartmentResponse>
DataSafeAsync. changeDatabaseSecurityConfigCompartment(ChangeDatabaseSecurityConfigCompartmentRequest request, AsyncHandler<ChangeDatabaseSecurityConfigCompartmentRequest,ChangeDatabaseSecurityConfigCompartmentResponse> handler)
Moves the specified database security configuration and its dependent resources into a different compartment.Future<ChangeDatabaseSecurityConfigCompartmentResponse>
DataSafeAsyncClient. changeDatabaseSecurityConfigCompartment(ChangeDatabaseSecurityConfigCompartmentRequest request, AsyncHandler<ChangeDatabaseSecurityConfigCompartmentRequest,ChangeDatabaseSecurityConfigCompartmentResponse> handler)
-
Uses of ChangeDatabaseSecurityConfigCompartmentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ChangeDatabaseSecurityConfigCompartmentResponse Modifier and Type Method Description ChangeDatabaseSecurityConfigCompartmentResponse
ChangeDatabaseSecurityConfigCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ChangeDatabaseSecurityConfigCompartmentResponse Modifier and Type Method Description ChangeDatabaseSecurityConfigCompartmentResponse.Builder
ChangeDatabaseSecurityConfigCompartmentResponse.Builder. copy(ChangeDatabaseSecurityConfigCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-