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