public class AmazonSNSAuthenticationDetails extends Object
Constructor and Description |
---|
AmazonSNSAuthenticationDetails(String clientAccessKeyId,
String secretAccessKey) |
Modifier and Type | Method and Description |
---|---|
String |
getClientAccessKeyId()
Access Key Id of the User
|
String |
getSecretAccessKey()
Secret Access Key of the User
|
void |
setClientAccessKeyId(String clientAccessKeyId)
Access Key Id of the User
|
void |
setSecretAccessKey(String secretAccessKey)
Secret Access Key of the User
|
public String getClientAccessKeyId()
public void setClientAccessKeyId(String clientAccessKeyId)
public String getSecretAccessKey()
public void setSecretAccessKey(String secretAccessKey)
Copyright © 2018. All rights reserved.