Uses of Interface
software.amazon.awssdk.services.kafka.model.EncryptionInfo.Builder
-
Packages that use EncryptionInfo.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of EncryptionInfo.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return EncryptionInfo.Builder Modifier and Type Method Description static EncryptionInfo.BuilderEncryptionInfo. builder()default EncryptionInfo.BuilderEncryptionInfo.Builder. encryptionAtRest(Consumer<EncryptionAtRest.Builder> encryptionAtRest)The data-volume encryption details.EncryptionInfo.BuilderEncryptionInfo.Builder. encryptionAtRest(EncryptionAtRest encryptionAtRest)The data-volume encryption details.default EncryptionInfo.BuilderEncryptionInfo.Builder. encryptionInTransit(Consumer<EncryptionInTransit.Builder> encryptionInTransit)The details for encryption in transit.EncryptionInfo.BuilderEncryptionInfo.Builder. encryptionInTransit(EncryptionInTransit encryptionInTransit)The details for encryption in transit.EncryptionInfo.BuilderEncryptionInfo. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type EncryptionInfo.Builder Modifier and Type Method Description static Class<? extends EncryptionInfo.Builder>EncryptionInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type EncryptionInfo.Builder Modifier and Type Method Description default ClusterInfo.BuilderClusterInfo.Builder. encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)Includes all encryption-related information.default CreateClusterRequest.BuilderCreateClusterRequest.Builder. encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)Includes all encryption-related information.default MutableClusterInfo.BuilderMutableClusterInfo.Builder. encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)Includes all encryption-related information.default Provisioned.BuilderProvisioned.Builder. encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)Includes all encryption-related information.default ProvisionedRequest.BuilderProvisionedRequest.Builder. encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)Includes all encryption-related information.default UpdateSecurityRequest.BuilderUpdateSecurityRequest.Builder. encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)Includes all encryption-related information.
-