Uses of Interface
software.amazon.awssdk.services.eks.model.EncryptionConfig.Builder
-
Packages that use EncryptionConfig.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of EncryptionConfig.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return EncryptionConfig.Builder Modifier and Type Method Description static EncryptionConfig.BuilderEncryptionConfig. builder()default EncryptionConfig.BuilderEncryptionConfig.Builder. provider(Consumer<Provider.Builder> provider)Key Management Service (KMS) key.EncryptionConfig.BuilderEncryptionConfig.Builder. provider(Provider provider)Key Management Service (KMS) key.EncryptionConfig.BuilderEncryptionConfig.Builder. resources(String... resources)Specifies the resources to be encrypted.EncryptionConfig.BuilderEncryptionConfig.Builder. resources(Collection<String> resources)Specifies the resources to be encrypted.EncryptionConfig.BuilderEncryptionConfig. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type EncryptionConfig.Builder Modifier and Type Method Description static Class<? extends EncryptionConfig.Builder>EncryptionConfig. serializableBuilderClass()
-