Uses of Class
com.oracle.bmc.core.requests.CreateDedicatedVmHostRequest
-
Packages that use CreateDedicatedVmHostRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateDedicatedVmHostRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type CreateDedicatedVmHostRequest Modifier and Type Method Description Waiter<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse>ComputeWaiters. forCreateDedicatedVmHost(CreateDedicatedVmHostRequest request)Creates a newWaiterusing the default configuration.Waiter<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse>ComputeWaiters. forCreateDedicatedVmHost(CreateDedicatedVmHostRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type CreateDedicatedVmHostRequest Modifier and Type Method Description Future<CreateDedicatedVmHostResponse>ComputeAsync. createDedicatedVmHost(CreateDedicatedVmHostRequest request, AsyncHandler<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse> handler)Creates a new dedicated virtual machine host in the specified compartment and the specified availability domain.Future<CreateDedicatedVmHostResponse>ComputeAsyncClient. createDedicatedVmHost(CreateDedicatedVmHostRequest request, AsyncHandler<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse> handler) -
Uses of CreateDedicatedVmHostRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateDedicatedVmHostRequest Modifier and Type Method Description CreateDedicatedVmHostRequestCreateDedicatedVmHostRequest.Builder. build()Build the instance of CreateDedicatedVmHostRequest as configured by this builderCreateDedicatedVmHostRequestCreateDedicatedVmHostRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateDedicatedVmHostRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateDedicatedVmHostRequest Modifier and Type Method Description CreateDedicatedVmHostRequest.BuilderCreateDedicatedVmHostRequest.Builder. copy(CreateDedicatedVmHostRequest o)Copy method to populate the builder with values from the given instance.
-