| Modifier and Type | Method and Description |
|---|---|
static ClientType |
ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientType[] |
ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<ClientType> |
SdkClientOption.CLIENT_TYPE
The type of client used to make requests.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<ClientType> |
SdkExecutionAttribute.CLIENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static String |
ApplyUserAgentStage.resolveClientUserAgent(String userAgentPrefix,
String internalUserAgent,
ClientType clientType,
SdkHttpClient syncHttpClient,
SdkAsyncHttpClient asyncHttpClient,
RetryPolicy retryPolicy) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HttpChecksumUtils.isTrailerBasedChecksumForClientType(ExecutionAttributes executionAttributes,
SdkHttpRequest httpRequest,
ClientType clientType,
ChecksumSpecs checksumSpecs,
boolean hasRequestBody,
boolean isContentSteaming) |
Copyright © 2023. All rights reserved.