| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValuePair> |
Attachment.details()
Details of the attachment.
|
List<KeyValuePair> |
ContainerDefinition.environment()
The environment variables to pass to a container.
|
List<KeyValuePair> |
ContainerOverride.environment()
The environment variables to send to the container.
|
List<KeyValuePair> |
ProxyConfiguration.properties()
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as
key-value pairs.
|
List<KeyValuePair> |
Cluster.statistics()
Additional information about your clusters that are separated by launch type, including:
|
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
Attachment.Builder.details(KeyValuePair... details)
Details of the attachment.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.environment(KeyValuePair... environment)
The environment variables to pass to a container.
|
ContainerOverride.Builder |
ContainerOverride.Builder.environment(KeyValuePair... environment)
The environment variables to send to the container.
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.properties(KeyValuePair... properties)
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin,
specified as key-value pairs.
|
Cluster.Builder |
Cluster.Builder.statistics(KeyValuePair... statistics)
Additional information about your clusters that are separated by launch type, including:
|
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
Attachment.Builder.details(Collection<KeyValuePair> details)
Details of the attachment.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.environment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
ContainerOverride.Builder |
ContainerOverride.Builder.environment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.properties(Collection<KeyValuePair> properties)
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin,
specified as key-value pairs.
|
Cluster.Builder |
Cluster.Builder.statistics(Collection<KeyValuePair> statistics)
Additional information about your clusters that are separated by launch type, including:
|
Copyright © 2021. All rights reserved.