Uses of Class
com.oracle.bmc.datasafe.requests.UpdateTargetDatabaseGroupRequest
-
Packages that use UpdateTargetDatabaseGroupRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateTargetDatabaseGroupRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateTargetDatabaseGroupRequest Modifier and Type Method Description UpdateTargetDatabaseGroupResponse
DataSafe. updateTargetDatabaseGroup(UpdateTargetDatabaseGroupRequest request)
Updates one or more attributes of the specified target database group.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)
UpdateTargetDatabaseGroupResponse
DataSafeClient. updateTargetDatabaseGroup(UpdateTargetDatabaseGroupRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateTargetDatabaseGroupRequest 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 UpdateTargetDatabaseGroupRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateTargetDatabaseGroupRequest Modifier and Type Method Description UpdateTargetDatabaseGroupRequest
UpdateTargetDatabaseGroupRequest.Builder. build()
Build the instance of UpdateTargetDatabaseGroupRequest as configured by this builderUpdateTargetDatabaseGroupRequest
UpdateTargetDatabaseGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTargetDatabaseGroupRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateTargetDatabaseGroupRequest Modifier and Type Method Description UpdateTargetDatabaseGroupRequest.Builder
UpdateTargetDatabaseGroupRequest.Builder. copy(UpdateTargetDatabaseGroupRequest o)
Copy method to populate the builder with values from the given instance.
-