| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model | |
| com.amazonaws.services.proton.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnvironmentResult> |
AWSProtonAsync.getEnvironmentAsync(GetEnvironmentRequest getEnvironmentRequest,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
Get detail data for an environment.
|
Future<GetEnvironmentResult> |
AWSProtonAsyncClient.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
Future<GetEnvironmentResult> |
AbstractAWSProtonAsync.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentRequest |
GetEnvironmentRequest.clone() |
GetEnvironmentRequest |
GetEnvironmentRequest.withName(String name)
The name of the environment that you want to get the detail data for.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetEnvironmentRequest> |
AWSProtonWaiters.environmentDeployed()
Builds a EnvironmentDeployed waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentResult |
GetEnvironmentFunction.apply(GetEnvironmentRequest getEnvironmentRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.