Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDeploymentRequest,GetDeploymentResponse> |
DeploymentWaiters.forDeployment(GetDeploymentRequest request,
Deployment.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDeploymentRequest,GetDeploymentResponse> |
DeploymentWaiters.forDeployment(GetDeploymentRequest request,
Deployment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDeploymentRequest,GetDeploymentResponse> |
DeploymentWaiters.forDeployment(GetDeploymentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Deployment.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetDeploymentResponse> |
DeploymentAsync.getDeployment(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler)
Gets a deployment by identifier.
|
Future<GetDeploymentResponse> |
DeploymentAsyncClient.getDeployment(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetDeploymentRequest |
GetDeploymentRequest.Builder.build()
Build the instance of GetDeploymentRequest as configured by this builder
|
GetDeploymentRequest |
GetDeploymentRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetDeploymentRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetDeploymentRequest.Builder |
GetDeploymentRequest.Builder.copy(GetDeploymentRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.