Uses of Class
software.amazon.awssdk.services.resiliencehub.model.EksSource
-
Packages that use EksSource Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of EksSource in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type EksSource Modifier and Type Method Description List<EksSource>ImportResourcesToDraftAppVersionRequest. eksSources()The input sources of the Amazon Elastic Kubernetes Service resources you need to import.List<EksSource>ImportResourcesToDraftAppVersionResponse. eksSources()The input sources of the Amazon Elastic Kubernetes Service resources you have imported.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type EksSource Modifier and Type Method Description ImportResourcesToDraftAppVersionRequest.BuilderImportResourcesToDraftAppVersionRequest.Builder. eksSources(EksSource... eksSources)The input sources of the Amazon Elastic Kubernetes Service resources you need to import.ImportResourcesToDraftAppVersionResponse.BuilderImportResourcesToDraftAppVersionResponse.Builder. eksSources(EksSource... eksSources)The input sources of the Amazon Elastic Kubernetes Service resources you have imported.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type EksSource Modifier and Type Method Description ImportResourcesToDraftAppVersionRequest.BuilderImportResourcesToDraftAppVersionRequest.Builder. eksSources(Collection<EksSource> eksSources)The input sources of the Amazon Elastic Kubernetes Service resources you need to import.ImportResourcesToDraftAppVersionResponse.BuilderImportResourcesToDraftAppVersionResponse.Builder. eksSources(Collection<EksSource> eksSources)The input sources of the Amazon Elastic Kubernetes Service resources you have imported.
-