Java com.amazonaws.services.sqs.model MessageAttributeValue fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sqs.model MessageAttributeValue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sqs.model MessageAttributeValue.

The text is from its open source code.

Constructor

Method

java.nio.ByteBuffergetBinaryValue()

Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.

StringgetDataType()

Amazon SQS supports the following logical data types: String, Number, and Binary.

StringgetStringValue()

Strings are Unicode with UTF-8 binary encoding.

voidsetDataType(String dataType)

Amazon SQS supports the following logical data types: String, Number, and Binary.

voidsetStringValue(String stringValue)

Strings are Unicode with UTF-8 binary encoding.