Uses of Enum
software.amazon.awssdk.services.kinesis.model.EncryptionType
Packages that use EncryptionType
-
Uses of EncryptionType in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return EncryptionTypeModifier and TypeMethodDescriptionfinal EncryptionTypePutRecordResponse.encryptionType()The encryption type to use on the record.final EncryptionTypePutRecordsResponse.encryptionType()The encryption type used on the records.final EncryptionTypeRecord.encryptionType()The encryption type used on the record.final EncryptionTypeStartStreamEncryptionRequest.encryptionType()The encryption type to use.final EncryptionTypeStopStreamEncryptionRequest.encryptionType()The encryption type.final EncryptionTypeStreamDescription.encryptionType()The server-side encryption type used on the stream.final EncryptionTypeStreamDescriptionSummary.encryptionType()The encryption type used.static EncryptionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionTypeReturns the enum constant of this type with the specified name.static EncryptionType[]EncryptionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type EncryptionTypeMethods in software.amazon.awssdk.services.kinesis.model with parameters of type EncryptionTypeModifier and TypeMethodDescriptionPutRecordResponse.Builder.encryptionType(EncryptionType encryptionType) The encryption type to use on the record.PutRecordsResponse.Builder.encryptionType(EncryptionType encryptionType) The encryption type used on the records.Record.Builder.encryptionType(EncryptionType encryptionType) The encryption type used on the record.StartStreamEncryptionRequest.Builder.encryptionType(EncryptionType encryptionType) The encryption type to use.StopStreamEncryptionRequest.Builder.encryptionType(EncryptionType encryptionType) The encryption type.StreamDescription.Builder.encryptionType(EncryptionType encryptionType) The server-side encryption type used on the stream.StreamDescriptionSummary.Builder.encryptionType(EncryptionType encryptionType) The encryption type used.