Uses of Interface
software.amazon.awssdk.services.eks.model.FargateProfileSelector.Builder
-
Packages that use FargateProfileSelector.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of FargateProfileSelector.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return FargateProfileSelector.Builder Modifier and Type Method Description static FargateProfileSelector.BuilderFargateProfileSelector. builder()FargateProfileSelector.BuilderFargateProfileSelector.Builder. labels(Map<String,String> labels)The Kubernetes labels that the selector should match.FargateProfileSelector.BuilderFargateProfileSelector.Builder. namespace(String namespace)The Kubernetes namespace that the selector should match.FargateProfileSelector.BuilderFargateProfileSelector. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type FargateProfileSelector.Builder Modifier and Type Method Description static Class<? extends FargateProfileSelector.Builder>FargateProfileSelector. serializableBuilderClass()
-