| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static ListEnvironmentOutputsResponse.Builder |
ListEnvironmentOutputsResponse.builder() |
ListEnvironmentOutputsResponse.Builder |
ListEnvironmentOutputsResponse.Builder.nextToken(String nextToken)
A token that indicates the location of the next environment output in the array of environment outputs, after
the current requested list of environment outputs.
|
ListEnvironmentOutputsResponse.Builder |
ListEnvironmentOutputsResponse.Builder.outputs(Collection<Output> outputs)
An array of environment outputs with detail data.
|
ListEnvironmentOutputsResponse.Builder |
ListEnvironmentOutputsResponse.Builder.outputs(Consumer<Output.Builder>... outputs)
An array of environment outputs with detail data.
|
ListEnvironmentOutputsResponse.Builder |
ListEnvironmentOutputsResponse.Builder.outputs(Output... outputs)
An array of environment outputs with detail data.
|
ListEnvironmentOutputsResponse.Builder |
ListEnvironmentOutputsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEnvironmentOutputsResponse.Builder> |
ListEnvironmentOutputsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.