Waiter<GetDeployArtifactRequest,GetDeployArtifactResponse> |
DevopsWaiters.forDeployArtifact(GetDeployArtifactRequest request,
DeployArtifact.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetDeployArtifactRequest,GetDeployArtifactResponse> |
DevopsWaiters.forDeployArtifact(GetDeployArtifactRequest request,
DeployArtifact.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetDeployArtifactRequest,GetDeployArtifactResponse> |
DevopsWaiters.forDeployArtifact(GetDeployArtifactRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DeployArtifact.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetDeployArtifactResponse |
Devops.getDeployArtifact(GetDeployArtifactRequest request) |
Retrieves a deployment artifact by identifier.
|
Future<GetDeployArtifactResponse> |
DevopsAsync.getDeployArtifact(GetDeployArtifactRequest request,
AsyncHandler<GetDeployArtifactRequest,GetDeployArtifactResponse> handler) |
Retrieves a deployment artifact by identifier.
|
Future<GetDeployArtifactResponse> |
DevopsAsyncClient.getDeployArtifact(GetDeployArtifactRequest request,
AsyncHandler<GetDeployArtifactRequest,GetDeployArtifactResponse> handler) |
|
GetDeployArtifactResponse |
DevopsClient.getDeployArtifact(GetDeployArtifactRequest request) |
|