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