public class HttpAuthorization
extends java.lang.Object
implements java.io.Serializable
The authorization method used to send messages.
| Constructor and Description | 
|---|
| HttpAuthorization() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| SigV4Authorization | getSigv4()
 Use Sig V4 authorization. | 
| int | hashCode() | 
| void | setSigv4(SigV4Authorization sigv4)
 Use Sig V4 authorization. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| HttpAuthorization | withSigv4(SigV4Authorization sigv4)
 Use Sig V4 authorization. | 
public SigV4Authorization getSigv4()
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
public void setSigv4(SigV4Authorization sigv4)
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
sigv4 - Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
public HttpAuthorization withSigv4(SigV4Authorization sigv4)
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
Returns a reference to this object so that method calls can be chained together.
sigv4 - Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.