Uses of Interface
software.amazon.awssdk.services.sqs.model.MessageAttributeValue.Builder
Packages that use MessageAttributeValue.Builder
-
Uses of MessageAttributeValue.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return MessageAttributeValue.BuilderModifier and TypeMethodDescriptionMessageAttributeValue.Builder.binaryListValues(Collection<SdkBytes> binaryListValues) Not implemented.MessageAttributeValue.Builder.binaryListValues(SdkBytes... binaryListValues) Not implemented.MessageAttributeValue.Builder.binaryValue(SdkBytes binaryValue) Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.MessageAttributeValue.builder()Amazon SQS supports the following logical data types:String,Number, andBinary.MessageAttributeValue.Builder.stringListValues(String... stringListValues) Not implemented.MessageAttributeValue.Builder.stringListValues(Collection<String> stringListValues) Not implemented.MessageAttributeValue.Builder.stringValue(String stringValue) Strings are Unicode with UTF-8 binary encoding.MessageAttributeValue.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type MessageAttributeValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MessageAttributeValue.Builder>MessageAttributeValue.serializableBuilderClass()