Uses of Class
com.oracle.bmc.database.requests.RescheduleManagedDbSoftwareUpdateRequest
-
Packages that use RescheduleManagedDbSoftwareUpdateRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of RescheduleManagedDbSoftwareUpdateRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type RescheduleManagedDbSoftwareUpdateRequest Modifier and Type Method Description Waiter<RescheduleManagedDbSoftwareUpdateRequest,RescheduleManagedDbSoftwareUpdateResponse>DatabaseWaiters. forRescheduleManagedDbSoftwareUpdate(RescheduleManagedDbSoftwareUpdateRequest request)Creates a newWaiterusing the default configuration.Waiter<RescheduleManagedDbSoftwareUpdateRequest,RescheduleManagedDbSoftwareUpdateResponse>DatabaseWaiters. forRescheduleManagedDbSoftwareUpdate(RescheduleManagedDbSoftwareUpdateRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type RescheduleManagedDbSoftwareUpdateRequest Modifier and Type Method Description Future<RescheduleManagedDbSoftwareUpdateResponse>DatabaseAsync. rescheduleManagedDbSoftwareUpdate(RescheduleManagedDbSoftwareUpdateRequest request, AsyncHandler<RescheduleManagedDbSoftwareUpdateRequest,RescheduleManagedDbSoftwareUpdateResponse> handler)Reschedule the Managed Database Software UpdateFuture<RescheduleManagedDbSoftwareUpdateResponse>DatabaseAsyncClient. rescheduleManagedDbSoftwareUpdate(RescheduleManagedDbSoftwareUpdateRequest request, AsyncHandler<RescheduleManagedDbSoftwareUpdateRequest,RescheduleManagedDbSoftwareUpdateResponse> handler) -
Uses of RescheduleManagedDbSoftwareUpdateRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return RescheduleManagedDbSoftwareUpdateRequest Modifier and Type Method Description RescheduleManagedDbSoftwareUpdateRequestRescheduleManagedDbSoftwareUpdateRequest.Builder. build()Build the instance of RescheduleManagedDbSoftwareUpdateRequest as configured by this builderRescheduleManagedDbSoftwareUpdateRequestRescheduleManagedDbSoftwareUpdateRequest.Builder. buildWithoutInvocationCallback()Build the instance of RescheduleManagedDbSoftwareUpdateRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type RescheduleManagedDbSoftwareUpdateRequest Modifier and Type Method Description RescheduleManagedDbSoftwareUpdateRequest.BuilderRescheduleManagedDbSoftwareUpdateRequest.Builder. copy(RescheduleManagedDbSoftwareUpdateRequest o)Copy method to populate the builder with values from the given instance.
-