Uses of Interface
software.amazon.awssdk.services.sns.model.MessageAttributeValue.Builder
Packages that use MessageAttributeValue.Builder
-
Uses of MessageAttributeValue.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return MessageAttributeValue.BuilderModifier and TypeMethodDescriptionMessageAttributeValue.Builder.binaryValue(SdkBytes binaryValue) Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.MessageAttributeValue.builder()Amazon SNS supports the following logical data types: String, String.Array, Number, and Binary.MessageAttributeValue.Builder.stringValue(String stringValue) Strings are Unicode with UTF8 binary encoding.MessageAttributeValue.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type MessageAttributeValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MessageAttributeValue.Builder>MessageAttributeValue.serializableBuilderClass()