Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<LaunchInstanceRequest,LaunchInstanceResponse> |
ComputeWaiters.forLaunchInstance(LaunchInstanceRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<LaunchInstanceRequest,LaunchInstanceResponse> |
ComputeWaiters.forLaunchInstance(LaunchInstanceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<LaunchInstanceResponse> |
ComputeAsyncClient.launchInstance(LaunchInstanceRequest request,
AsyncHandler<LaunchInstanceRequest,LaunchInstanceResponse> handler) |
Future<LaunchInstanceResponse> |
ComputeAsync.launchInstance(LaunchInstanceRequest request,
AsyncHandler<LaunchInstanceRequest,LaunchInstanceResponse> handler)
Creates a new instance in the specified compartment and the specified availability domain.
|
Modifier and Type | Method and Description |
---|---|
LaunchInstanceRequest |
LaunchInstanceRequest.Builder.build()
Build the instance of LaunchInstanceRequest as configured by this builder
|
LaunchInstanceRequest |
LaunchInstanceRequest.Builder.buildWithoutInvocationCallback()
Build the instance of LaunchInstanceRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
LaunchInstanceRequest.Builder |
LaunchInstanceRequest.Builder.copy(LaunchInstanceRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.