Uses of Class
com.oracle.bmc.databasemanagement.requests.GenerateAwrSnapshotRequest
-
Packages that use GenerateAwrSnapshotRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GenerateAwrSnapshotRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type GenerateAwrSnapshotRequest Modifier and Type Method Description GenerateAwrSnapshotResponse
DbManagement. generateAwrSnapshot(GenerateAwrSnapshotRequest request)
Creates an AWR snapshot for the target database.Future<GenerateAwrSnapshotResponse>
DbManagementAsync. generateAwrSnapshot(GenerateAwrSnapshotRequest request, AsyncHandler<GenerateAwrSnapshotRequest,GenerateAwrSnapshotResponse> handler)
Creates an AWR snapshot for the target database.Future<GenerateAwrSnapshotResponse>
DbManagementAsyncClient. generateAwrSnapshot(GenerateAwrSnapshotRequest request, AsyncHandler<GenerateAwrSnapshotRequest,GenerateAwrSnapshotResponse> handler)
GenerateAwrSnapshotResponse
DbManagementClient. generateAwrSnapshot(GenerateAwrSnapshotRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GenerateAwrSnapshotRequest Modifier and Type Method Description Future<GenerateAwrSnapshotResponse>
DbManagementAsync. generateAwrSnapshot(GenerateAwrSnapshotRequest request, AsyncHandler<GenerateAwrSnapshotRequest,GenerateAwrSnapshotResponse> handler)
Creates an AWR snapshot for the target database.Future<GenerateAwrSnapshotResponse>
DbManagementAsyncClient. generateAwrSnapshot(GenerateAwrSnapshotRequest request, AsyncHandler<GenerateAwrSnapshotRequest,GenerateAwrSnapshotResponse> handler)
-
Uses of GenerateAwrSnapshotRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GenerateAwrSnapshotRequest Modifier and Type Method Description GenerateAwrSnapshotRequest
GenerateAwrSnapshotRequest.Builder. build()
Build the instance of GenerateAwrSnapshotRequest as configured by this builderGenerateAwrSnapshotRequest
GenerateAwrSnapshotRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GenerateAwrSnapshotRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GenerateAwrSnapshotRequest Modifier and Type Method Description GenerateAwrSnapshotRequest.Builder
GenerateAwrSnapshotRequest.Builder. copy(GenerateAwrSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
-