Uses of Class
com.oracle.bmc.databasemanagement.requests.DeleteExternalExadataInfrastructureRequest
-
Packages that use DeleteExternalExadataInfrastructureRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of DeleteExternalExadataInfrastructureRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DeleteExternalExadataInfrastructureRequest Modifier and Type Method Description Future<DeleteExternalExadataInfrastructureResponse>
DbManagementAsync. deleteExternalExadataInfrastructure(DeleteExternalExadataInfrastructureRequest request, AsyncHandler<DeleteExternalExadataInfrastructureRequest,DeleteExternalExadataInfrastructureResponse> handler)
Deletes the Exadata infrastructure specified by externalExadataInfrastructureId.Future<DeleteExternalExadataInfrastructureResponse>
DbManagementAsyncClient. deleteExternalExadataInfrastructure(DeleteExternalExadataInfrastructureRequest request, AsyncHandler<DeleteExternalExadataInfrastructureRequest,DeleteExternalExadataInfrastructureResponse> handler)
-
Uses of DeleteExternalExadataInfrastructureRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DeleteExternalExadataInfrastructureRequest Modifier and Type Method Description DeleteExternalExadataInfrastructureRequest
DeleteExternalExadataInfrastructureRequest.Builder. build()
Build the instance of DeleteExternalExadataInfrastructureRequest as configured by this builderDeleteExternalExadataInfrastructureRequest
DeleteExternalExadataInfrastructureRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteExternalExadataInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DeleteExternalExadataInfrastructureRequest Modifier and Type Method Description DeleteExternalExadataInfrastructureRequest.Builder
DeleteExternalExadataInfrastructureRequest.Builder. copy(DeleteExternalExadataInfrastructureRequest o)
Copy method to populate the builder with values from the given instance.
-