Uses of Class
com.oracle.bmc.database.requests.GetOneoffPatchRequest
-
Packages that use GetOneoffPatchRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetOneoffPatchRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type GetOneoffPatchRequest Modifier and Type Method Description Waiter<GetOneoffPatchRequest,GetOneoffPatchResponse>
DatabaseWaiters. forOneoffPatch(GetOneoffPatchRequest request, OneoffPatch.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOneoffPatchRequest,GetOneoffPatchResponse>
DatabaseWaiters. forOneoffPatch(GetOneoffPatchRequest request, OneoffPatch.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOneoffPatchRequest,GetOneoffPatchResponse>
DatabaseWaiters. forOneoffPatch(GetOneoffPatchRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, OneoffPatch.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type GetOneoffPatchRequest Modifier and Type Method Description Future<GetOneoffPatchResponse>
DatabaseAsync. getOneoffPatch(GetOneoffPatchRequest request, AsyncHandler<GetOneoffPatchRequest,GetOneoffPatchResponse> handler)
Gets information about the specified one-off patch.Future<GetOneoffPatchResponse>
DatabaseAsyncClient. getOneoffPatch(GetOneoffPatchRequest request, AsyncHandler<GetOneoffPatchRequest,GetOneoffPatchResponse> handler)
-
Uses of GetOneoffPatchRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetOneoffPatchRequest Modifier and Type Method Description GetOneoffPatchRequest
GetOneoffPatchRequest.Builder. build()
Build the instance of GetOneoffPatchRequest as configured by this builderGetOneoffPatchRequest
GetOneoffPatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOneoffPatchRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetOneoffPatchRequest Modifier and Type Method Description GetOneoffPatchRequest.Builder
GetOneoffPatchRequest.Builder. copy(GetOneoffPatchRequest o)
Copy method to populate the builder with values from the given instance.
-