Uses of Class
com.amazonaws.annotation.SdkTestInternalApi
-
Packages that use SdkTestInternalApi Package Description com.amazonaws.http com.amazonaws.http.timers.client com.amazonaws.http.timers.request com.amazonaws.protocol.json -
-
Uses of SdkTestInternalApi in com.amazonaws.http
Methods in com.amazonaws.http with annotations of type SdkTestInternalApi Modifier and Type Method Description ClientExecutionTimer
AmazonHttpClient. getClientExecutionTimer()
Package protected for unit-testingHttpRequestTimer
AmazonHttpClient. getHttpRequestTimer()
Package protected for unit-testingConstructors in com.amazonaws.http with annotations of type SdkTestInternalApi Constructor Description AmazonHttpClient(ClientConfiguration clientConfig, ConnectionManagerAwareHttpClient httpClient, RequestMetricCollector requestMetricCollector)
Package-protected constructor for unit test purposes. -
Uses of SdkTestInternalApi in com.amazonaws.http.timers.client
Methods in com.amazonaws.http.timers.client with annotations of type SdkTestInternalApi Modifier and Type Method Description ScheduledThreadPoolExecutor
ClientExecutionTimer. getExecutor()
This method is current exposed for testing purposes -
Uses of SdkTestInternalApi in com.amazonaws.http.timers.request
Methods in com.amazonaws.http.timers.request with annotations of type SdkTestInternalApi Modifier and Type Method Description ScheduledThreadPoolExecutor
HttpRequestTimer. getExecutor()
This method is current exposed for testing purposes -
Uses of SdkTestInternalApi in com.amazonaws.protocol.json
Fields in com.amazonaws.protocol.json with annotations of type SdkTestInternalApi Modifier and Type Field Description static Map<Class<?>,com.amazonaws.transform.Unmarshaller<?,com.amazonaws.transform.JsonUnmarshallerContext>>
SdkStructuredPlainJsonFactory. JSON_SCALAR_UNMARSHALLERS
-