| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListComponentOutputsResponse> |
ProtonAsyncClient.listComponentOutputs(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)
Get a list of component Infrastructure as Code (IaC) outputs.
|
default ListComponentOutputsResponse |
ProtonClient.listComponentOutputs(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)
Get a list of component Infrastructure as Code (IaC) outputs.
|
default ListComponentOutputsPublisher |
ProtonAsyncClient.listComponentOutputsPaginator(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)
Get a list of component Infrastructure as Code (IaC) outputs.
|
default ListComponentOutputsIterable |
ProtonClient.listComponentOutputsPaginator(Consumer<ListComponentOutputsRequest.Builder> listComponentOutputsRequest)
Get a list of component Infrastructure as Code (IaC) outputs.
|
| Modifier and Type | Method and Description |
|---|---|
static ListComponentOutputsRequest.Builder |
ListComponentOutputsRequest.builder() |
ListComponentOutputsRequest.Builder |
ListComponentOutputsRequest.Builder.componentName(String componentName)
The name of the component whose outputs you want.
|
ListComponentOutputsRequest.Builder |
ListComponentOutputsRequest.Builder.deploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
ListComponentOutputsRequest.Builder |
ListComponentOutputsRequest.Builder.nextToken(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.
|
ListComponentOutputsRequest.Builder |
ListComponentOutputsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListComponentOutputsRequest.Builder |
ListComponentOutputsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListComponentOutputsRequest.Builder |
ListComponentOutputsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListComponentOutputsRequest.Builder> |
ListComponentOutputsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.