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