Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.PutEncryptionConfigurationResponse.Builder
-
Packages that use PutEncryptionConfigurationResponse.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of PutEncryptionConfigurationResponse.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return PutEncryptionConfigurationResponse.Builder Modifier and Type Method Description static PutEncryptionConfigurationResponse.BuilderPutEncryptionConfigurationResponse. builder()PutEncryptionConfigurationResponse.BuilderPutEncryptionConfigurationResponse.Builder. encryptionStatus(String encryptionStatus)The encryption status.PutEncryptionConfigurationResponse.BuilderPutEncryptionConfigurationResponse.Builder. encryptionStatus(EncryptionStatus encryptionStatus)The encryption status.PutEncryptionConfigurationResponse.BuilderPutEncryptionConfigurationResponse.Builder. encryptionType(String encryptionType)The type of encryption.PutEncryptionConfigurationResponse.BuilderPutEncryptionConfigurationResponse.Builder. encryptionType(EncryptionType encryptionType)The type of encryption.PutEncryptionConfigurationResponse.BuilderPutEncryptionConfigurationResponse.Builder. kmsKeyId(String kmsKeyId)The ID of the KMS key that is used for encryption.PutEncryptionConfigurationResponse.BuilderPutEncryptionConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type PutEncryptionConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends PutEncryptionConfigurationResponse.Builder>PutEncryptionConfigurationResponse. serializableBuilderClass()
-