Uses of Class
com.oracle.bmc.database.requests.CreatePluggableDatabaseSnapshotRequest
-
Packages that use CreatePluggableDatabaseSnapshotRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of CreatePluggableDatabaseSnapshotRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type CreatePluggableDatabaseSnapshotRequest Modifier and Type Method Description Waiter<CreatePluggableDatabaseSnapshotRequest,CreatePluggableDatabaseSnapshotResponse>
DatabaseWaiters. forCreatePluggableDatabaseSnapshot(CreatePluggableDatabaseSnapshotRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreatePluggableDatabaseSnapshotRequest,CreatePluggableDatabaseSnapshotResponse>
DatabaseWaiters. forCreatePluggableDatabaseSnapshot(CreatePluggableDatabaseSnapshotRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type CreatePluggableDatabaseSnapshotRequest Modifier and Type Method Description Future<CreatePluggableDatabaseSnapshotResponse>
DatabaseAsync. createPluggableDatabaseSnapshot(CreatePluggableDatabaseSnapshotRequest request, AsyncHandler<CreatePluggableDatabaseSnapshotRequest,CreatePluggableDatabaseSnapshotResponse> handler)
Creates a Pluggable Database SnapshotFuture<CreatePluggableDatabaseSnapshotResponse>
DatabaseAsyncClient. createPluggableDatabaseSnapshot(CreatePluggableDatabaseSnapshotRequest request, AsyncHandler<CreatePluggableDatabaseSnapshotRequest,CreatePluggableDatabaseSnapshotResponse> handler)
-
Uses of CreatePluggableDatabaseSnapshotRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreatePluggableDatabaseSnapshotRequest Modifier and Type Method Description CreatePluggableDatabaseSnapshotRequest
CreatePluggableDatabaseSnapshotRequest.Builder. build()
Build the instance of CreatePluggableDatabaseSnapshotRequest as configured by this builderCreatePluggableDatabaseSnapshotRequest
CreatePluggableDatabaseSnapshotRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePluggableDatabaseSnapshotRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type CreatePluggableDatabaseSnapshotRequest Modifier and Type Method Description CreatePluggableDatabaseSnapshotRequest.Builder
CreatePluggableDatabaseSnapshotRequest.Builder. copy(CreatePluggableDatabaseSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
-