Uses of Class
com.oracle.bmc.database.requests.UpdateExadataInfrastructureRequest
-
Packages that use UpdateExadataInfrastructureRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateExadataInfrastructureRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UpdateExadataInfrastructureRequest Modifier and Type Method Description Waiter<UpdateExadataInfrastructureRequest,UpdateExadataInfrastructureResponse>
DatabaseWaiters. forUpdateExadataInfrastructure(UpdateExadataInfrastructureRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateExadataInfrastructureRequest,UpdateExadataInfrastructureResponse>
DatabaseWaiters. forUpdateExadataInfrastructure(UpdateExadataInfrastructureRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type UpdateExadataInfrastructureRequest Modifier and Type Method Description Future<UpdateExadataInfrastructureResponse>
DatabaseAsync. updateExadataInfrastructure(UpdateExadataInfrastructureRequest request, AsyncHandler<UpdateExadataInfrastructureRequest,UpdateExadataInfrastructureResponse> handler)
Updates the Exadata infrastructure resource.Future<UpdateExadataInfrastructureResponse>
DatabaseAsyncClient. updateExadataInfrastructure(UpdateExadataInfrastructureRequest request, AsyncHandler<UpdateExadataInfrastructureRequest,UpdateExadataInfrastructureResponse> handler)
-
Uses of UpdateExadataInfrastructureRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateExadataInfrastructureRequest Modifier and Type Method Description UpdateExadataInfrastructureRequest
UpdateExadataInfrastructureRequest.Builder. build()
Build the instance of UpdateExadataInfrastructureRequest as configured by this builderUpdateExadataInfrastructureRequest
UpdateExadataInfrastructureRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateExadataInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateExadataInfrastructureRequest Modifier and Type Method Description UpdateExadataInfrastructureRequest.Builder
UpdateExadataInfrastructureRequest.Builder. copy(UpdateExadataInfrastructureRequest o)
Copy method to populate the builder with values from the given instance.
-