Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ProxyConfiguration |
ProxyConfiguration.clone() |
ProxyConfiguration |
RegisterTaskDefinitionRequest.getProxyConfiguration()
The configuration details for the App Mesh proxy.
|
ProxyConfiguration |
TaskDefinition.getProxyConfiguration()
The configuration details for the App Mesh proxy.
|
ProxyConfiguration |
ProxyConfiguration.withContainerName(String containerName)
The name of the container that will serve as the App Mesh proxy.
|
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.
|
ProxyConfiguration |
ProxyConfiguration.withProperties(KeyValuePair... properties)
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as
key-value pairs.
|
ProxyConfiguration |
ProxyConfiguration.withType(ProxyConfigurationType type)
The proxy type.
|
ProxyConfiguration |
ProxyConfiguration.withType(String type)
The proxy type.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterTaskDefinitionRequest.setProxyConfiguration(ProxyConfiguration proxyConfiguration)
The configuration details for the App Mesh proxy.
|
void |
TaskDefinition.setProxyConfiguration(ProxyConfiguration proxyConfiguration)
The configuration details for the App Mesh proxy.
|
RegisterTaskDefinitionRequest |
RegisterTaskDefinitionRequest.withProxyConfiguration(ProxyConfiguration proxyConfiguration)
The configuration details for the App Mesh proxy.
|
TaskDefinition |
TaskDefinition.withProxyConfiguration(ProxyConfiguration proxyConfiguration)
The configuration details for the App Mesh proxy.
|
Copyright © 2022. All rights reserved.