Uses of Class
com.oracle.bmc.databasemanagement.requests.GetCloudDbSystemRequest
-
Packages that use GetCloudDbSystemRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetCloudDbSystemRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetCloudDbSystemRequest Modifier and Type Method Description Waiter<GetCloudDbSystemRequest,GetCloudDbSystemResponse>
DbManagementWaiters. forCloudDbSystem(GetCloudDbSystemRequest request, CloudDbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCloudDbSystemRequest,GetCloudDbSystemResponse>
DbManagementWaiters. forCloudDbSystem(GetCloudDbSystemRequest request, CloudDbSystem.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCloudDbSystemRequest,GetCloudDbSystemResponse>
DbManagementWaiters. forCloudDbSystem(GetCloudDbSystemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CloudDbSystem.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetCloudDbSystemRequest Modifier and Type Method Description Future<GetCloudDbSystemResponse>
DbManagementAsync. getCloudDbSystem(GetCloudDbSystemRequest request, AsyncHandler<GetCloudDbSystemRequest,GetCloudDbSystemResponse> handler)
Gets the details for the cloud DB system specified bycloudDbSystemId
.Future<GetCloudDbSystemResponse>
DbManagementAsyncClient. getCloudDbSystem(GetCloudDbSystemRequest request, AsyncHandler<GetCloudDbSystemRequest,GetCloudDbSystemResponse> handler)
-
Uses of GetCloudDbSystemRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetCloudDbSystemRequest Modifier and Type Method Description GetCloudDbSystemRequest
GetCloudDbSystemRequest.Builder. build()
Build the instance of GetCloudDbSystemRequest as configured by this builderGetCloudDbSystemRequest
GetCloudDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCloudDbSystemRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetCloudDbSystemRequest Modifier and Type Method Description GetCloudDbSystemRequest.Builder
GetCloudDbSystemRequest.Builder. copy(GetCloudDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-