| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEnvironmentOutputsResult> |
AbstractAWSProtonAsync.listEnvironmentOutputsAsync(ListEnvironmentOutputsRequest request,
AsyncHandler<ListEnvironmentOutputsRequest,ListEnvironmentOutputsResult> asyncHandler) |
Future<ListEnvironmentOutputsResult> |
AWSProtonAsync.listEnvironmentOutputsAsync(ListEnvironmentOutputsRequest listEnvironmentOutputsRequest,
AsyncHandler<ListEnvironmentOutputsRequest,ListEnvironmentOutputsResult> asyncHandler)
List the infrastructure as code outputs for your environment.
|
Future<ListEnvironmentOutputsResult> |
AWSProtonAsyncClient.listEnvironmentOutputsAsync(ListEnvironmentOutputsRequest request,
AsyncHandler<ListEnvironmentOutputsRequest,ListEnvironmentOutputsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentOutputsRequest |
ListEnvironmentOutputsRequest.clone() |
ListEnvironmentOutputsRequest |
ListEnvironmentOutputsRequest.withDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
ListEnvironmentOutputsRequest |
ListEnvironmentOutputsRequest.withEnvironmentName(String environmentName)
The environment name.
|
ListEnvironmentOutputsRequest |
ListEnvironmentOutputsRequest.withNextToken(String nextToken)
A token that indicates the location of the next environment output in the array of environment outputs, after the
list of environment outputs that was previously requested.
|
Copyright © 2024. All rights reserved.