Uses of Class
com.oracle.bmc.databasemanagement.responses.GenerateAwrSnapshotResponse
-
Packages that use GenerateAwrSnapshotResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GenerateAwrSnapshotResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GenerateAwrSnapshotResponse Modifier and Type Method Description GenerateAwrSnapshotResponse
DbManagement. generateAwrSnapshot(GenerateAwrSnapshotRequest request)
Creates an AWR snapshot for the target database.GenerateAwrSnapshotResponse
DbManagementClient. generateAwrSnapshot(GenerateAwrSnapshotRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GenerateAwrSnapshotResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GenerateAwrSnapshotResponse 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 GenerateAwrSnapshotResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GenerateAwrSnapshotResponse Modifier and Type Method Description GenerateAwrSnapshotResponse
GenerateAwrSnapshotResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GenerateAwrSnapshotResponse Modifier and Type Method Description GenerateAwrSnapshotResponse.Builder
GenerateAwrSnapshotResponse.Builder. copy(GenerateAwrSnapshotResponse o)
Copy method to populate the builder with values from the given instance.
-