Uses of Class
com.oracle.bmc.databasemanagement.responses.ModifySnapshotSettingsResponse
-
Packages that use ModifySnapshotSettingsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ModifySnapshotSettingsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ModifySnapshotSettingsResponse Modifier and Type Method Description ModifySnapshotSettingsResponse
Perfhub. modifySnapshotSettings(ModifySnapshotSettingsRequest request)
Modifies the snapshot settings for the specified Database.ModifySnapshotSettingsResponse
PerfhubClient. modifySnapshotSettings(ModifySnapshotSettingsRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ModifySnapshotSettingsResponse Modifier and Type Method Description Future<ModifySnapshotSettingsResponse>
PerfhubAsync. modifySnapshotSettings(ModifySnapshotSettingsRequest request, AsyncHandler<ModifySnapshotSettingsRequest,ModifySnapshotSettingsResponse> handler)
Modifies the snapshot settings for the specified Database.Future<ModifySnapshotSettingsResponse>
PerfhubAsyncClient. modifySnapshotSettings(ModifySnapshotSettingsRequest request, AsyncHandler<ModifySnapshotSettingsRequest,ModifySnapshotSettingsResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ModifySnapshotSettingsResponse Modifier and Type Method Description Future<ModifySnapshotSettingsResponse>
PerfhubAsync. modifySnapshotSettings(ModifySnapshotSettingsRequest request, AsyncHandler<ModifySnapshotSettingsRequest,ModifySnapshotSettingsResponse> handler)
Modifies the snapshot settings for the specified Database.Future<ModifySnapshotSettingsResponse>
PerfhubAsyncClient. modifySnapshotSettings(ModifySnapshotSettingsRequest request, AsyncHandler<ModifySnapshotSettingsRequest,ModifySnapshotSettingsResponse> handler)
-
Uses of ModifySnapshotSettingsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ModifySnapshotSettingsResponse Modifier and Type Method Description ModifySnapshotSettingsResponse
ModifySnapshotSettingsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ModifySnapshotSettingsResponse Modifier and Type Method Description ModifySnapshotSettingsResponse.Builder
ModifySnapshotSettingsResponse.Builder. copy(ModifySnapshotSettingsResponse o)
Copy method to populate the builder with values from the given instance.
-