Uses of Class
software.amazon.awssdk.services.apprunner.model.EncryptionConfiguration
-
Packages that use EncryptionConfiguration Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of EncryptionConfiguration in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return EncryptionConfiguration Modifier and Type Method Description EncryptionConfigurationCreateServiceRequest. encryptionConfiguration()An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.EncryptionConfigurationService. encryptionConfiguration()The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type EncryptionConfiguration Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.Service.BuilderService.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service.
-