Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDeploymentRequest,GetDeploymentResponse> |
DevopsWaiters.forDeployment(GetDeploymentRequest request,
Deployment.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDeploymentRequest,GetDeploymentResponse> |
DevopsWaiters.forDeployment(GetDeploymentRequest request,
Deployment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDeploymentRequest,GetDeploymentResponse> |
DevopsWaiters.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> |
DevopsAsyncClient.getDeployment(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler) |
Future<GetDeploymentResponse> |
DevopsAsync.getDeployment(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResponse> handler)
Retrieves a deployment by identifier.
|
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.