Uses of Class
com.oracle.bmc.databasemanagement.requests.ModifySnapshotSettingsRequest
-
Packages that use ModifySnapshotSettingsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ModifySnapshotSettingsRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ModifySnapshotSettingsRequest Modifier and Type Method Description ModifySnapshotSettingsResponse
Perfhub. modifySnapshotSettings(ModifySnapshotSettingsRequest request)
Modifies the snapshot settings for the specified Database.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)
ModifySnapshotSettingsResponse
PerfhubClient. modifySnapshotSettings(ModifySnapshotSettingsRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ModifySnapshotSettingsRequest 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 ModifySnapshotSettingsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ModifySnapshotSettingsRequest Modifier and Type Method Description ModifySnapshotSettingsRequest
ModifySnapshotSettingsRequest.Builder. build()
Build the instance of ModifySnapshotSettingsRequest as configured by this builderModifySnapshotSettingsRequest
ModifySnapshotSettingsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ModifySnapshotSettingsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ModifySnapshotSettingsRequest Modifier and Type Method Description ModifySnapshotSettingsRequest.Builder
ModifySnapshotSettingsRequest.Builder. copy(ModifySnapshotSettingsRequest o)
Copy method to populate the builder with values from the given instance.
-