| 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<ListComponentOutputsResult> |
AbstractAWSProtonAsync.listComponentOutputsAsync(ListComponentOutputsRequest request,
AsyncHandler<ListComponentOutputsRequest,ListComponentOutputsResult> asyncHandler) |
Future<ListComponentOutputsResult> |
AWSProtonAsync.listComponentOutputsAsync(ListComponentOutputsRequest listComponentOutputsRequest,
AsyncHandler<ListComponentOutputsRequest,ListComponentOutputsResult> asyncHandler)
Get a list of component Infrastructure as Code (IaC) outputs.
|
Future<ListComponentOutputsResult> |
AWSProtonAsyncClient.listComponentOutputsAsync(ListComponentOutputsRequest request,
AsyncHandler<ListComponentOutputsRequest,ListComponentOutputsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentOutputsRequest |
ListComponentOutputsRequest.clone() |
ListComponentOutputsRequest |
ListComponentOutputsRequest.withComponentName(String componentName)
The name of the component whose outputs you want.
|
ListComponentOutputsRequest |
ListComponentOutputsRequest.withNextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs that
was previously requested.
|
Copyright © 2023. All rights reserved.