Uses of Class
com.oracle.bmc.datasafe.responses.UpdateTargetDatabaseGroupResponse
-
Packages that use UpdateTargetDatabaseGroupResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of UpdateTargetDatabaseGroupResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return UpdateTargetDatabaseGroupResponse Modifier and Type Method Description UpdateTargetDatabaseGroupResponse
DataSafe. updateTargetDatabaseGroup(UpdateTargetDatabaseGroupRequest request)
Updates one or more attributes of the specified target database group.UpdateTargetDatabaseGroupResponse
DataSafeClient. updateTargetDatabaseGroup(UpdateTargetDatabaseGroupRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type UpdateTargetDatabaseGroupResponse Modifier and Type Method Description Future<UpdateTargetDatabaseGroupResponse>
DataSafeAsync. updateTargetDatabaseGroup(UpdateTargetDatabaseGroupRequest request, AsyncHandler<UpdateTargetDatabaseGroupRequest,UpdateTargetDatabaseGroupResponse> handler)
Updates one or more attributes of the specified target database group.Future<UpdateTargetDatabaseGroupResponse>
DataSafeAsyncClient. updateTargetDatabaseGroup(UpdateTargetDatabaseGroupRequest request, AsyncHandler<UpdateTargetDatabaseGroupRequest,UpdateTargetDatabaseGroupResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateTargetDatabaseGroupResponse Modifier and Type Method Description Future<UpdateTargetDatabaseGroupResponse>
DataSafeAsync. updateTargetDatabaseGroup(UpdateTargetDatabaseGroupRequest request, AsyncHandler<UpdateTargetDatabaseGroupRequest,UpdateTargetDatabaseGroupResponse> handler)
Updates one or more attributes of the specified target database group.Future<UpdateTargetDatabaseGroupResponse>
DataSafeAsyncClient. updateTargetDatabaseGroup(UpdateTargetDatabaseGroupRequest request, AsyncHandler<UpdateTargetDatabaseGroupRequest,UpdateTargetDatabaseGroupResponse> handler)
-
Uses of UpdateTargetDatabaseGroupResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return UpdateTargetDatabaseGroupResponse Modifier and Type Method Description UpdateTargetDatabaseGroupResponse
UpdateTargetDatabaseGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateTargetDatabaseGroupResponse Modifier and Type Method Description UpdateTargetDatabaseGroupResponse.Builder
UpdateTargetDatabaseGroupResponse.Builder. copy(UpdateTargetDatabaseGroupResponse o)
Copy method to populate the builder with values from the given instance.
-