Uses of Class
software.amazon.awssdk.services.resiliencehub.model.EksSourceClusterNamespace
-
Packages that use EksSourceClusterNamespace Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of EksSourceClusterNamespace in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return EksSourceClusterNamespace Modifier and Type Method Description EksSourceClusterNamespaceAppInputSource. eksSourceClusterNamespace()The namespace on your Amazon Elastic Kubernetes Service cluster.EksSourceClusterNamespaceDeleteAppInputSourceRequest. eksSourceClusterNamespace()The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type EksSourceClusterNamespace Modifier and Type Method Description AppInputSource.BuilderAppInputSource.Builder. eksSourceClusterNamespace(EksSourceClusterNamespace eksSourceClusterNamespace)The namespace on your Amazon Elastic Kubernetes Service cluster.DeleteAppInputSourceRequest.BuilderDeleteAppInputSourceRequest.Builder. eksSourceClusterNamespace(EksSourceClusterNamespace eksSourceClusterNamespace)The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.
-