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