@Deprecated public class ClientConfiguration extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
accessKeyId
已过时。
|
private String |
accessKeySecret
已过时。
|
private String |
host
已过时。
|
private int |
port
已过时。
|
private String |
scheme
已过时。
|
| 构造器和说明 |
|---|
ClientConfiguration(String accessKeyId,
String accessKeySecret)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessKeyId()
已过时。
|
String |
getAccessKeySecret()
已过时。
|
Credentials |
getCredentials()
已过时。
|
String |
getHost()
已过时。
|
int |
getPort()
已过时。
|
String |
getScheme()
已过时。
|
void |
setAccessKeyId(String accessKeyId)
已过时。
|
void |
setAccessKeySecret(String accessKeySecret)
已过时。
|
void |
setHost(String host)
已过时。
|
void |
setPort(int port)
已过时。
|
void |
setScheme(String scheme)
已过时。
|
private String host
private int port
private String scheme
private String accessKeyId
private String accessKeySecret
public Credentials getCredentials()
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getAccessKeyId()
public void setAccessKeyId(String accessKeyId)
public String getAccessKeySecret()
public void setAccessKeySecret(String accessKeySecret)
public String getScheme()
public void setScheme(String scheme)
Copyright © 2024. All rights reserved.