| 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 |
|---|---|
static ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.builder() |
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.environmentName(String environmentName)
The environment name that's associated with each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of environment account connections to list.
|
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.nextToken(String nextToken)
A token that indicates the location of the next environment account connection in the array of environment
account connections, after the list of environment account connections that was previously requested.
|
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.requestedBy(EnvironmentAccountConnectionRequesterAccountType requestedBy)
The type of account making the
ListEnvironmentAccountConnections request. |
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.requestedBy(String requestedBy)
The type of account making the
ListEnvironmentAccountConnections request. |
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.statuses(Collection<EnvironmentAccountConnectionStatus> statuses)
The status details for each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.statuses(EnvironmentAccountConnectionStatus... statuses)
The status details for each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.statusesWithStrings(Collection<String> statuses)
The status details for each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.Builder.statusesWithStrings(String... statuses)
The status details for each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
ListEnvironmentAccountConnectionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEnvironmentAccountConnectionsRequest.Builder> |
ListEnvironmentAccountConnectionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.