Uses of Class
software.amazon.awssdk.core.ClientType
-
-
Uses of ClientType in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return ClientType Modifier and Type Method Description static ClientTypeClientType. 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. -
Uses of ClientType in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type ClientType Modifier and Type Field Description static SdkClientOption<ClientType>SdkClientOption. CLIENT_TYPEThe type of client used to make requests. -
Uses of ClientType in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type ClientType Modifier and Type Field Description static ExecutionAttribute<ClientType>SdkExecutionAttribute. CLIENT_TYPE -
Uses of ClientType in software.amazon.awssdk.core.internal.http.pipeline.stages
Methods in software.amazon.awssdk.core.internal.http.pipeline.stages with parameters of type ClientType Modifier and Type Method Description static StringApplyUserAgentStage. resolveClientUserAgent(String userAgentPrefix, String internalUserAgent, ClientType clientType, SdkHttpClient syncHttpClient, SdkAsyncHttpClient asyncHttpClient, RetryPolicy retryPolicy)Constructors in software.amazon.awssdk.core.internal.http.pipeline.stages with parameters of type ClientType Constructor Description HttpChecksumStage(ClientType clientType) -
Uses of ClientType in software.amazon.awssdk.core.internal.util
Methods in software.amazon.awssdk.core.internal.util with parameters of type ClientType Modifier and Type Method Description static booleanHttpChecksumUtils. isTrailerBasedChecksumForClientType(ExecutionAttributes executionAttributes, SdkHttpRequest httpRequest, ClientType clientType, ChecksumSpecs checksumSpecs, boolean hasRequestBody, boolean isContentSteaming)
-