| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ListComponentOutputsResult |
AWSProtonClient.listComponentOutputs(ListComponentOutputsRequest request)
Get a list of component Infrastructure as Code (IaC) outputs.
|
ListComponentOutputsResult |
AbstractAWSProton.listComponentOutputs(ListComponentOutputsRequest request) |
ListComponentOutputsResult |
AWSProton.listComponentOutputs(ListComponentOutputsRequest listComponentOutputsRequest)
Get a list of component Infrastructure as Code (IaC) outputs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentOutputsResult> |
AWSProtonAsyncClient.listComponentOutputsAsync(ListComponentOutputsRequest request,
AsyncHandler<ListComponentOutputsRequest,ListComponentOutputsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentOutputsResult |
ListComponentOutputsResult.clone() |
ListComponentOutputsResult |
ListComponentOutputsResult.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.
|
ListComponentOutputsResult |
ListComponentOutputsResult.withOutputs(Collection<Output> outputs)
An array of component Infrastructure as Code (IaC) outputs.
|
ListComponentOutputsResult |
ListComponentOutputsResult.withOutputs(Output... outputs)
An array of component Infrastructure as Code (IaC) outputs.
|
Copyright © 2023. All rights reserved.