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