Class ChimeSdkIdentityWarmUpProvider
java.lang.Object
software.amazon.awssdk.services.chimesdkidentity.internal.warmup.ChimeSdkIdentityWarmUpProvider
- All Implemented Interfaces:
SdkWarmUpProvider
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class ChimeSdkIdentityWarmUpProvider
extends Object
implements SdkWarmUpProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe fully qualified name of the async service client this provider warms (for example"software.amazon.awssdk.services.s3.S3AsyncClient"), ornullif the service has no async client.The fully qualified name of the sync service client this provider warms (for example"software.amazon.awssdk.services.s3.S3Client"), ornullif the service has no sync client.voidwarmUpClient(ClientType clientType) Exercises only the request path of the given client type:ClientType.SYNCwarms the sync client,ClientType.ASYNCthe async client.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.core.warmup.SdkWarmUpProvider
warmUp
-
Constructor Details
-
ChimeSdkIdentityWarmUpProvider
public ChimeSdkIdentityWarmUpProvider()
-
-
Method Details
-
syncClientClassName
Description copied from interface:SdkWarmUpProviderThe fully qualified name of the sync service client this provider warms (for example"software.amazon.awssdk.services.s3.S3Client"), ornullif the service has no sync client.- Specified by:
syncClientClassNamein interfaceSdkWarmUpProvider
-
asyncClientClassName
Description copied from interface:SdkWarmUpProviderThe fully qualified name of the async service client this provider warms (for example"software.amazon.awssdk.services.s3.S3AsyncClient"), ornullif the service has no async client.- Specified by:
asyncClientClassNamein interfaceSdkWarmUpProvider
-
warmUpClient
Description copied from interface:SdkWarmUpProviderExercises only the request path of the given client type:ClientType.SYNCwarms the sync client,ClientType.ASYNCthe async client. Any other value is a no-op.- Specified by:
warmUpClientin interfaceSdkWarmUpProvider
-