Uses of Class
software.amazon.awssdk.services.ecs.model.KeyValuePair
-
Packages that use KeyValuePair Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of KeyValuePair in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type KeyValuePair Modifier and Type Method 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.Methods in software.amazon.awssdk.services.ecs.model with parameters of type KeyValuePair Modifier and Type Method Description Attachment.BuilderAttachment.Builder. details(KeyValuePair... details)Details of the attachment.ContainerDefinition.BuilderContainerDefinition.Builder. environment(KeyValuePair... environment)The environment variables to pass to a container.ContainerOverride.BuilderContainerOverride.Builder. environment(KeyValuePair... environment)The environment variables to send to the container.ProxyConfiguration.BuilderProxyConfiguration.Builder. properties(KeyValuePair... properties)The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as key-value pairs.Cluster.BuilderCluster.Builder. statistics(KeyValuePair... statistics)Additional information about your clusters that are separated by launch type.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type KeyValuePair Modifier and Type Method Description Attachment.BuilderAttachment.Builder. details(Collection<KeyValuePair> details)Details of the attachment.ContainerDefinition.BuilderContainerDefinition.Builder. environment(Collection<KeyValuePair> environment)The environment variables to pass to a container.ContainerOverride.BuilderContainerOverride.Builder. environment(Collection<KeyValuePair> environment)The environment variables to send to the container.ProxyConfiguration.BuilderProxyConfiguration.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.BuilderCluster.Builder. statistics(Collection<KeyValuePair> statistics)Additional information about your clusters that are separated by launch type.
-