public class CommonParameters extends Object
| Constructor and Description |
|---|
CommonParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
int |
getConnectionTimeoutInMillis() |
String |
getCustomSqsEndpoint() |
int |
getMaxConnections() |
String |
getRegion() |
String |
getSecretKey() |
int |
getSocketTimeoutInMillis() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
boolean |
isTryDefaultAWSCredentialsProviderChain() |
public int getConnectionTimeoutInMillis()
public int getSocketTimeoutInMillis()
public String getAccessKey()
public String getSecretKey()
public boolean isTryDefaultAWSCredentialsProviderChain()
public int getMaxConnections()
public String getRegion()
public String getCustomSqsEndpoint()
public org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.