| Modifier and Type | Field and Description |
|---|---|
protected BceClientConfiguration |
AbstractBceClient.config
The client configuration for this client.
|
| Modifier and Type | Method and Description |
|---|---|
BceClientConfiguration |
BceClientConfiguration.withConnectionTimeoutInMillis(int connectionTimeoutInMillis)
Sets the connection timeout in milliseconds, and returns the updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withCredentials(BceCredentials credentials)
Sets the BCE credentials used by the client to sign HTTP requests, and returns the updated configuration
instance.
|
BceClientConfiguration |
BceClientConfiguration.withEndpoint(String endpoint)
Sets the service endpoint URL to which the client will connect, and returns the updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withLocalAddress(InetAddress localAddress)
Sets the optional local address to bind when connecting to BCE services, and returns the updated configuration
instance.
|
BceClientConfiguration |
BceClientConfiguration.withMaxConnections(int maxConnections)
Sets the maximum number of open HTTP connections, and returns the updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withProtocol(Protocol protocol)
Sets the protocol (HTTP/HTTPS) to use when connecting to BCE services, and returns the updated configuration
instance.
|
BceClientConfiguration |
BceClientConfiguration.withProxyDomain(String proxyDomain)
Sets the optional Windows domain to use when connecting through a Windows NTLM proxy, and returns the updated
configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withProxyHost(String proxyHost)
Sets the optional proxy host the client will connect through, and returns the updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withProxyPassword(String proxyPassword)
Sets the optional password to use when connecting through a proxy, and returns the updated configuration
instance.
|
BceClientConfiguration |
BceClientConfiguration.withProxyPort(int proxyPort)
Sets the optional proxy port the client will connect through, and returns the updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withProxyPreemptiveAuthenticationEnabled(boolean proxyPreemptiveAuthenticationEnabled)
Sets whether to enable proxy preemptive authentication, and returns the updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withProxyUsername(String proxyUsername)
Sets the optional user name to use when connecting through a proxy, and returns the updated configuration
instance.
|
BceClientConfiguration |
BceClientConfiguration.withProxyWorkstation(String proxyWorkstation)
Sets the optional Windows workstation to use when connecting through a Windows NTLM proxy, and returns the
updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withRedirectsEnabled(boolean redirectsEnabled)
Sets the flag of http redirection
|
BceClientConfiguration |
BceClientConfiguration.withRegion(Region region)
Sets the region of service, and returns the updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withRetryPolicy(RetryPolicy retryPolicy)
Sets the retry policy for failed requests, and returns the updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withSocketBufferSizeInBytes(int socketBufferSizeInBytes)
Sets the optional size (in bytes) for the low level TCP socket buffer, and returns the updated configuration
instance.
|
BceClientConfiguration |
BceClientConfiguration.withSocketTimeoutInMillis(int socketTimeoutInMillis)
Sets the socket timeout (SO_TIMEOUT) in milliseconds, which is a maximum period inactivity between two
consecutive data packets, and returns the updated configuration instance.
|
BceClientConfiguration |
BceClientConfiguration.withUserAgent(String userAgent)
Sets the User-Agent header value to use when sending requests to BCE services, and returns the updated
configuration instance.
|
| Constructor and Description |
|---|
AbstractBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
Equivalent to AbstractBceClient(config, responseHandlers, false)
|
AbstractBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers,
boolean isHttpAsyncPutEnabled)
Constructs a new AbstractBceClient with the specified client configuration and handlers.
|
BceClientConfiguration(BceClientConfiguration other)
Constructs a new BceClientConfiguration instance with the same settings as the specified configuration.
|
BceClientConfiguration(BceClientConfiguration other,
String endpoint)
Constructs a new BceClientConfiguration instance with the same settings as the specified configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static BceClientConfiguration |
ServiceConfigFactory.getClientConfiguration(String serviceName) |
| Constructor and Description |
|---|
BaseBceClient(BceClientConfiguration configuration) |
BaseBceClient(BceClientConfiguration configuration,
boolean isHttpAsyncPutEnabled) |
| Modifier and Type | Field and Description |
|---|---|
protected BceClientConfiguration |
BceHttpClient.config
Client configuration options, such as proxy settings, max retries, etc.
|
| Constructor and Description |
|---|
BceHttpClient(BceClientConfiguration config,
Signer signer)
Constructs a new BCE client using the specified client configuration options (ex: max retry attempts, proxy
settings, etc), and request metric collector.
|
BceHttpClient(BceClientConfiguration config,
Signer signer,
boolean isHttpAsyncPutEnabled)
Constructs a new BCE Http Client with httpAsyncPutEnabled.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclClientConfiguration
Extended client configuration for bcc service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsGroupClientConfiguration
Extended client configuration for asGroup service.
|
| Constructor and Description |
|---|
AsGroupClient(BceClientConfiguration clientConfiguration)
Constructs a new asGroup client using the client configuration to access asGroup.
|
| Constructor and Description |
|---|
BacnetClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
BatchClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration to access Batch-Compute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BbcClientConfiguration
Created by fulinhua on 2019-02-18
|
| Constructor and Description |
|---|
BbcClient(BceClientConfiguration clientConfiguration)
Constructs a new bbc client using the client configuration to access bbc.
|
BbcClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
BbcClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers,
boolean isHttpAsyncPutEnabled) |
| Modifier and Type | Class and Description |
|---|---|
class |
BccClientConfiguration
Extended client configuration for bcc service.
|
| Constructor and Description |
|---|
BccClient(BceClientConfiguration clientConfiguration)
Constructs a new bcc client using the client configuration to access bcc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BcdClientConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
BciClientConfiguration
Extended client configuration for bci service.
|
| Constructor and Description |
|---|
BciClient(BceClientConfiguration clientConfiguration)
Constructs a new network client using the client configuration to access network.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BcmClientConfiguration
Extended client configuration for bcm service.
|
| Constructor and Description |
|---|
BcmClient(BceClientConfiguration clientConfiguration)
Constructs a new bbc client using the client configuration to access bcm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BecClientConfiguration
Extended client configuration for bec service.
|
| Constructor and Description |
|---|
BecClient(BceClientConfiguration clientConfiguration)
Constructs a new bec client using the client configuration to access bec.
|
| Constructor and Description |
|---|
BesClient(BceClientConfiguration clientConfiguration) |
BesClient(BceClientConfiguration clientConfiguration,
String region) |
| Modifier and Type | Class and Description |
|---|---|
class |
BillingClientConfiguration
Extended client configuration for billing service.
|
| Constructor and Description |
|---|
BillingClient(BceClientConfiguration config)
Constructs a new client to invoke service methods on billing default configuration.
|
| Constructor and Description |
|---|
BinaryParserClient(BceClientConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlbClientConfiguration
Extended client configuration for bcc service.
|
| Constructor and Description |
|---|
BmrClient(BceClientConfiguration clientConfiguration)
Constructs a new BMR client using the client configuration to access BMR.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BosClientConfiguration |
| Modifier and Type | Method and Description |
|---|---|
BceClientConfiguration |
BosClientConfiguration.withProxyPreemptiveAuthenticationEnabled(boolean proxyPreemptiveAuthenticationEnabled) |
| Constructor and Description |
|---|
BosClientConfiguration(BceClientConfiguration clientConfiguration) |
BosClientConfiguration(BceClientConfiguration clientConfiguration,
String bosEndpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
BvwClientConfiguration
Extended client configuration for bvw service.
|
| Constructor and Description |
|---|
BvwClient(BceClientConfiguration config)
Constructs a new bvw client using the client configuration to access bvw.
|
| Constructor and Description |
|---|
CdnClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration to access CDN services.
|
| Constructor and Description |
|---|
CertClient(String accessKey,
String secretKey,
BceClientConfiguration bceClientConfiguration,
boolean internal) |
| Constructor and Description |
|---|
CfcClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration to access CFC services.
|
| Constructor and Description |
|---|
CfsClient(BceClientConfiguration configuration)
Constructs a new client to invoke service methods on demo.
|
| Constructor and Description |
|---|
CfwClient(BceClientConfiguration configuration)
Constructs a new client to invoke service methods on demo.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CnapClientConfiguration
Extended client configuration for cnap service.
|
| Constructor and Description |
|---|
CnapClient(BceClientConfiguration clientConfiguration)
Constructs a new cnap client using the client configuration to access cnap.
|
| Constructor and Description |
|---|
CvcaClient(BceClientConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
DccClientConfiguration
Extended client configuration for dcc service.
|
| Constructor and Description |
|---|
DccClient(BceClientConfiguration clientConfiguration)
Constructs a new dcc client using the client configuration to access dcc.
|
| Constructor and Description |
|---|
DnsClient(BceClientConfiguration configuration)
Constructs a new client to invoke service methods on demo.
|
| Constructor and Description |
|---|
DocClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration to access Document Transcoder services.
|
| Constructor and Description |
|---|
DuGoClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
BaseDuMapClient(BceClientConfiguration config)
Construct a new base dumap client with the specified configurations and default handlers.
|
DuMapClient(BceClientConfiguration configuration)
Construct a DuMap client with BceClientConfiguration.
|
| Constructor and Description |
|---|
EipClient(BceClientConfiguration clientConfiguration)
Constructs a new InstanceClient to invoke service methods on eip instance.
|
| Constructor and Description |
|---|
EipBpClient(BceClientConfiguration clientConfiguration)
Constructs a new InstanceClient to invoke service methods on eipbp instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EipGroupClientConfiguration
Extended client configuration for nat service.
|
| Constructor and Description |
|---|
EipTpClient(BceClientConfiguration clientConfiguration)
Constructs a new InstanceClient to invoke service methods on eiptp instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointClientConfiguration
Created by XingChunyang
Date: 2021/01/21.
|
| Constructor and Description |
|---|
EndpointClient(BceClientConfiguration clientConfiguration)
Constructs a new InstanceClient to invoke service methods on endpoint instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EniClientConfiguration
Extended client configuration for Elastic Network Interface Card service.
|
| Constructor and Description |
|---|
EniClient(BceClientConfiguration clientConfiguration)
Constructs a new eni client using the client configuration to access eni.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EsgClientConfiguration
Extended client configuration for enterprise security group service.
|
| Constructor and Description |
|---|
EsgClient(BceClientConfiguration clientConfiguration)
Constructs a new esg client using the client configuration to access esg.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvsClientConfiguration
Extended client configuration for evs service.
|
| Constructor and Description |
|---|
EvsClient(BceClientConfiguration clientConfiguration) |
EvsClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
EvsClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers,
boolean isHttpAsyncPutEnabled) |
| Constructor and Description |
|---|
IamClient(BceClientConfiguration configuration)
Constructs a new client to invoke service methods on demo.
|
| Constructor and Description |
|---|
IotAlarmClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
IotDmClient(BceClientConfiguration config) |
IotDmV2Client(BceClientConfiguration config) |
IotDmV3Client(BceClientConfiguration config) |
| Constructor and Description |
|---|
PlatformClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
AbstractIotHiskBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
IotHiskClient(BceClientConfiguration config)
Constructs a new hisk client using the client configuration to access hisk.
|
IotPkiManageClient(BceClientConfiguration config)
Constructs a new pki client using the client configuration to access hisk pki.
|
| Constructor and Description |
|---|
IoTCoreClient(BceClientConfiguration config) |
IotHubClient(BceClientConfiguration config)
Deprecated.
|
| Constructor and Description |
|---|
IotShcClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
IotSmsReceiverClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
IotTimerClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
IotVizClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
Ipv6GatewayClient(BceClientConfiguration clientConfiguration)
Constructs a new InstanceClient to invoke service methods on Ipv6Gateway instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KmsClientConfiguration |
| Constructor and Description |
|---|
KmsClientConfiguration(BceClientConfiguration clientConfiguration) |
KmsClientConfiguration(BceClientConfiguration clientConfiguration,
String kmsEndpoint) |
| Constructor and Description |
|---|
LdClient(BceClientConfiguration configuration)
Constructs a new client to invoke service methods on demo.
|
| Constructor and Description |
|---|
BaseLpsClient(BceClientConfiguration config)
Construct a base lps client using the specified client configuration options (ex: max retry attempts, proxy
settings, etc), and request metric collector.
|
LpsClient(BceClientConfiguration configuration)
Construct a lps client with customized bce client configuration.
|
LpsRouteClient(BceClientConfiguration configuration)
Construct a lps client with customized bce client configuration.
|
| Constructor and Description |
|---|
LssClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration.
|
| Constructor and Description |
|---|
MediaClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration to access Media Transcoder services.
|
| Constructor and Description |
|---|
MmsClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
ModbusClient(BceClientConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
MolaDbClientConfiguration
Represents the MolaDb client configuration information.
|
| Constructor and Description |
|---|
MvsClient(BceClientConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
NatClientConfiguration
Extended client configuration for nat service.
|
| Constructor and Description |
|---|
OcrClient(BceClientConfiguration ocrConfig)
Constructs a new client using the client configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PeerConnClientConfiguration
Extended client configuration for peer conn service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RdsClientConfiguration
rds client config
|
| Constructor and Description |
|---|
RdsClient(BceClientConfiguration configuration) |
RdsClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
| Constructor and Description |
|---|
BaseRosClient(BceClientConfiguration config)
Construct a base ROS client using the specified client configuration options (ex: max retry attempts, proxy
settings, etc), and request metric collector.
|
RosClient(BceClientConfiguration configuration) |
RosProblemClient(BceClientConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
RouteClientConfiguration
Created by zhangjing60 on 17/8/2.
|
| Constructor and Description |
|---|
RouteClient(BceClientConfiguration clientConfiguration)
Constructs a new network client using the client configuration to access network.
|
| Constructor and Description |
|---|
AbstractRuleEngineBceClient(BceClientConfiguration configuration,
HttpResponseHandler[] responseHandlers) |
RuleDictClient(BceClientConfiguration config) |
RuleEngineClient(BceClientConfiguration config) |
RuleEngineDataClient(BceClientConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScsClientConfiguration
ScsClientConfiguration
|
| Constructor and Description |
|---|
ScsClient(BceClientConfiguration config) |
ScsClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
SesClientConfiguration
All client configurations for SES clients.
|
| Constructor and Description |
|---|
SesClientSupport(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
SmsClientConfiguration
All client configurations for SMS clients.
|
| Constructor and Description |
|---|
SmsClientSupport(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
| Constructor and Description |
|---|
StsClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubnetClientConfiguration
Extended client configuration for bcc service.
|
| Constructor and Description |
|---|
SubnetClient(BceClientConfiguration clientConfiguration)
Constructs a new network client using the client configuration to access network.
|
| Constructor and Description |
|---|
AbstractTableStorageBceClient(BceClientConfiguration config,
boolean isHttpAsyncPutEnabled)
Constructs a new AbstractTableStorageBceClient client.
|
TableStorageClient(BceClientConfiguration config,
String instanceName)
Constructs a new TableStorage client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TagClientConfiguration
Extended client configuration for tag service.
|
| Constructor and Description |
|---|
TagClient(BceClientConfiguration clientConfiguration)
Constructs a new tag client using the client configuration to access tag.
|
| Constructor and Description |
|---|
AbstractTsdbBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
TsdbAdminClient(BceClientConfiguration config) |
TsdbClient(BceClientConfiguration config) |
TsdbClient(BceClientConfiguration config,
String databaseName) |
| Constructor and Description |
|---|
VcaClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
VcrClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
VmsClient(BceClientConfiguration config) |
| Constructor and Description |
|---|
VodClient(BceClientConfiguration vodConfig)
Constructs a new client using the client configuration.
|
VodClient(BceClientConfiguration vodConfig,
BosClientConfiguration bosConfig)
Constructs a new client using the client configuration.
|
| Constructor and Description |
|---|
AdaptorClient(BceClientConfiguration config) |
VodproClient(BceClientConfiguration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
VpcClientConfiguration
Extended client configuration for vpc service.
|
| Constructor and Description |
|---|
VpcClient(BceClientConfiguration clientConfiguration)
Constructs a new network client using the client configuration to access network.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VpnClientConfiguration |
| Constructor and Description |
|---|
VpnClient(BceClientConfiguration clientConfiguration)
Constructs a new vpn client using the client configuration to access vpn.
|
Copyright © 2023. All rights reserved.