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