Uses of Enum
software.amazon.awssdk.core.ClientType
Packages that use ClientType
Package
Description
-
Uses of ClientType in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return ClientTypeModifier and TypeMethodDescriptionstatic ClientTypeReturns 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 ClientTypeModifier and TypeFieldDescriptionstatic final 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 ClientTypeModifier and TypeFieldDescriptionstatic final ExecutionAttribute<ClientType>SdkExecutionAttribute.CLIENT_TYPE -
Uses of ClientType in software.amazon.awssdk.core.internal.http.pipeline.stages
Constructors in software.amazon.awssdk.core.internal.http.pipeline.stages with parameters of type ClientType -
Uses of ClientType in software.amazon.awssdk.core.internal.util
Methods in software.amazon.awssdk.core.internal.util with parameters of type ClientTypeModifier and TypeMethodDescriptionstatic booleanHttpChecksumUtils.isTrailerBasedChecksumForClientType(ExecutionAttributes executionAttributes, SdkHttpRequest httpRequest, ClientType clientType, ChecksumSpecs checksumSpecs, boolean hasRequestBody, boolean isContentSteaming)