Uses of Interface
software.amazon.awssdk.services.eks.model.AssociateEncryptionConfigRequest.Builder
-
Packages that use AssociateEncryptionConfigRequest.Builder Package Description software.amazon.awssdk.services.eks Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane.software.amazon.awssdk.services.eks.model -
-
Uses of AssociateEncryptionConfigRequest.Builder in software.amazon.awssdk.services.eks
Method parameters in software.amazon.awssdk.services.eks with type arguments of type AssociateEncryptionConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateEncryptionConfigResponse>EksAsyncClient. associateEncryptionConfig(Consumer<AssociateEncryptionConfigRequest.Builder> associateEncryptionConfigRequest)Associate encryption configuration to an existing cluster.default AssociateEncryptionConfigResponseEksClient. associateEncryptionConfig(Consumer<AssociateEncryptionConfigRequest.Builder> associateEncryptionConfigRequest)Associate encryption configuration to an existing cluster. -
Uses of AssociateEncryptionConfigRequest.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return AssociateEncryptionConfigRequest.Builder Modifier and Type Method Description static AssociateEncryptionConfigRequest.BuilderAssociateEncryptionConfigRequest. builder()AssociateEncryptionConfigRequest.BuilderAssociateEncryptionConfigRequest.Builder. clientRequestToken(String clientRequestToken)The client request token you are using with the encryption configuration.AssociateEncryptionConfigRequest.BuilderAssociateEncryptionConfigRequest.Builder. clusterName(String clusterName)The name of the cluster that you are associating with encryption configuration.AssociateEncryptionConfigRequest.BuilderAssociateEncryptionConfigRequest.Builder. encryptionConfig(Collection<EncryptionConfig> encryptionConfig)The configuration you are using for encryption.AssociateEncryptionConfigRequest.BuilderAssociateEncryptionConfigRequest.Builder. encryptionConfig(Consumer<EncryptionConfig.Builder>... encryptionConfig)The configuration you are using for encryption.AssociateEncryptionConfigRequest.BuilderAssociateEncryptionConfigRequest.Builder. encryptionConfig(EncryptionConfig... encryptionConfig)The configuration you are using for encryption.AssociateEncryptionConfigRequest.BuilderAssociateEncryptionConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateEncryptionConfigRequest.BuilderAssociateEncryptionConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateEncryptionConfigRequest.BuilderAssociateEncryptionConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type AssociateEncryptionConfigRequest.Builder Modifier and Type Method Description static Class<? extends AssociateEncryptionConfigRequest.Builder>AssociateEncryptionConfigRequest. serializableBuilderClass()
-