Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
KeyValuePair |
KeyValuePair.clone() |
KeyValuePair |
KeyValuePair.withName(String name)
The name of the key-value pair.
|
KeyValuePair |
KeyValuePair.withValue(String value)
The value of the key-value pair.
|
Modifier and Type | Method and Description |
---|---|
List<KeyValuePair> |
Attachment.getDetails()
Details of the attachment.
|
List<KeyValuePair> |
ContainerOverride.getEnvironment()
The environment variables to send to the container.
|
List<KeyValuePair> |
ContainerDefinition.getEnvironment()
The environment variables to pass to a container.
|
List<KeyValuePair> |
ProxyConfiguration.getProperties()
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as
key-value pairs.
|
List<KeyValuePair> |
Cluster.getStatistics()
Additional information about your clusters that are separated by launch type, including:
|
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.withDetails(KeyValuePair... details)
Details of the attachment.
|
ContainerOverride |
ContainerOverride.withEnvironment(KeyValuePair... environment)
The environment variables to send to the container.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(KeyValuePair... environment)
The environment variables to pass to a container.
|
ProxyConfiguration |
ProxyConfiguration.withProperties(KeyValuePair... properties)
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as
key-value pairs.
|
Cluster |
Cluster.withStatistics(KeyValuePair... statistics)
Additional information about your clusters that are separated by launch type, including:
|
Modifier and Type | Method and Description |
---|---|
void |
Attachment.setDetails(Collection<KeyValuePair> details)
Details of the attachment.
|
void |
ContainerOverride.setEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
void |
ContainerDefinition.setEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
void |
ProxyConfiguration.setProperties(Collection<KeyValuePair> properties)
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as
key-value pairs.
|
void |
Cluster.setStatistics(Collection<KeyValuePair> statistics)
Additional information about your clusters that are separated by launch type, including:
|
Attachment |
Attachment.withDetails(Collection<KeyValuePair> details)
Details of the attachment.
|
ContainerOverride |
ContainerOverride.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(Collection<KeyValuePair> environment)
The environment variables to pass to a container.
|
ProxyConfiguration |
ProxyConfiguration.withProperties(Collection<KeyValuePair> properties)
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as
key-value pairs.
|
Cluster |
Cluster.withStatistics(Collection<KeyValuePair> statistics)
Additional information about your clusters that are separated by launch type, including:
|
Copyright © 2021. All rights reserved.