| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksMetadata |
EksMetadata.addLabelsEntry(String key,
String value)
Add a single Labels entry
|
EksMetadata |
EksMetadata.clearLabelsEntries()
Removes all the entries added into Labels.
|
EksMetadata |
EksMetadata.clone() |
EksMetadata |
EksPodPropertiesDetail.getMetadata() |
EksMetadata |
EksPodPropertiesOverride.getMetadata()
Metadata about the overrides for the container that's used on the Amazon EKS pod.
|
EksMetadata |
EksPodProperties.getMetadata()
Metadata about the Kubernetes pod.
|
EksMetadata |
EksMetadata.withLabels(Map<String,String> labels)
Key-value pairs used to identify, sort, and organize cube resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksPodPropertiesDetail.setMetadata(EksMetadata metadata) |
void |
EksPodPropertiesOverride.setMetadata(EksMetadata metadata)
Metadata about the overrides for the container that's used on the Amazon EKS pod.
|
void |
EksPodProperties.setMetadata(EksMetadata metadata)
Metadata about the Kubernetes pod.
|
EksPodPropertiesDetail |
EksPodPropertiesDetail.withMetadata(EksMetadata metadata) |
EksPodPropertiesOverride |
EksPodPropertiesOverride.withMetadata(EksMetadata metadata)
Metadata about the overrides for the container that's used on the Amazon EKS pod.
|
EksPodProperties |
EksPodProperties.withMetadata(EksMetadata metadata)
Metadata about the Kubernetes pod.
|
Copyright © 2023. All rights reserved.