| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
EksSource |
EksSource.clone() |
EksSource |
EksSource.withEksClusterArn(String eksClusterArn)
The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
EksSource |
EksSource.withNamespaces(Collection<String> namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
|
EksSource |
EksSource.withNamespaces(String... namespaces)
The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<EksSource> |
ImportResourcesToDraftAppVersionResult.getEksSources()
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
|
List<EksSource> |
ImportResourcesToDraftAppVersionRequest.getEksSources()
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
| Modifier and Type | Method and Description |
|---|---|
ImportResourcesToDraftAppVersionResult |
ImportResourcesToDraftAppVersionResult.withEksSources(EksSource... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
|
ImportResourcesToDraftAppVersionRequest |
ImportResourcesToDraftAppVersionRequest.withEksSources(EksSource... eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportResourcesToDraftAppVersionResult.setEksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
|
void |
ImportResourcesToDraftAppVersionRequest.setEksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
ImportResourcesToDraftAppVersionResult |
ImportResourcesToDraftAppVersionResult.withEksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
|
ImportResourcesToDraftAppVersionRequest |
ImportResourcesToDraftAppVersionRequest.withEksSources(Collection<EksSource> eksSources)
The input sources of the Amazon Elastic Kubernetes Service resources you need to import.
|
Copyright © 2023. All rights reserved.