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