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.databasemanagementMethods in com.oracle.bmc.databasemanagement that return GenerateAwrSnapshotResponse Modifier and Type Method Description GenerateAwrSnapshotResponseDbManagement. generateAwrSnapshot(GenerateAwrSnapshotRequest request)Creates an AWR snapshot for the target database.GenerateAwrSnapshotResponseDbManagementClient. 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.responsesMethods in com.oracle.bmc.databasemanagement.responses that return GenerateAwrSnapshotResponse Modifier and Type Method Description GenerateAwrSnapshotResponseGenerateAwrSnapshotResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GenerateAwrSnapshotResponse Modifier and Type Method Description GenerateAwrSnapshotResponse.BuilderGenerateAwrSnapshotResponse.Builder. copy(GenerateAwrSnapshotResponse o)Copy method to populate the builder with values from the given instance.
 
-