Uses of Class
com.oracle.bmc.database.requests.UpdateAutonomousExadataInfrastructureRequest
-
Packages that use UpdateAutonomousExadataInfrastructureRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateAutonomousExadataInfrastructureRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UpdateAutonomousExadataInfrastructureRequest Modifier and Type Method Description Waiter<UpdateAutonomousExadataInfrastructureRequest,UpdateAutonomousExadataInfrastructureResponse>
DatabaseWaiters. forUpdateAutonomousExadataInfrastructure(UpdateAutonomousExadataInfrastructureRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateAutonomousExadataInfrastructureRequest,UpdateAutonomousExadataInfrastructureResponse>
DatabaseWaiters. forUpdateAutonomousExadataInfrastructure(UpdateAutonomousExadataInfrastructureRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type UpdateAutonomousExadataInfrastructureRequest Modifier and Type Method Description Future<UpdateAutonomousExadataInfrastructureResponse>
DatabaseAsync. updateAutonomousExadataInfrastructure(UpdateAutonomousExadataInfrastructureRequest request, AsyncHandler<UpdateAutonomousExadataInfrastructureRequest,UpdateAutonomousExadataInfrastructureResponse> handler)
Deprecated. Use theupdateCloudExadataInfrastructure
operation to update an Exadata Infrastructure resource andupdateCloudAutonomousVmCluster
operation to update an Autonomous Exadata VM cluster.Future<UpdateAutonomousExadataInfrastructureResponse>
DatabaseAsyncClient. updateAutonomousExadataInfrastructure(UpdateAutonomousExadataInfrastructureRequest request, AsyncHandler<UpdateAutonomousExadataInfrastructureRequest,UpdateAutonomousExadataInfrastructureResponse> handler)
-
Uses of UpdateAutonomousExadataInfrastructureRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateAutonomousExadataInfrastructureRequest Modifier and Type Method Description UpdateAutonomousExadataInfrastructureRequest
UpdateAutonomousExadataInfrastructureRequest.Builder. build()
Build the instance of UpdateAutonomousExadataInfrastructureRequest as configured by this builderUpdateAutonomousExadataInfrastructureRequest
UpdateAutonomousExadataInfrastructureRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAutonomousExadataInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateAutonomousExadataInfrastructureRequest Modifier and Type Method Description UpdateAutonomousExadataInfrastructureRequest.Builder
UpdateAutonomousExadataInfrastructureRequest.Builder. copy(UpdateAutonomousExadataInfrastructureRequest o)
Copy method to populate the builder with values from the given instance.
-