Class OptionalDependencyLoaderUtil
- java.lang.Object
-
- software.amazon.awssdk.http.auth.aws.internal.signer.util.OptionalDependencyLoaderUtil
-
@SdkInternalApi public final class OptionalDependencyLoaderUtil extends Object
Utilities for loading of classes and objects which have optional dependencies, and therefore need to be safely checked at runtime in order to use.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DefaultAwsCrtV4aHttpSignergetDefaultAwsCrtV4aHttpSigner()static EventStreamV4PayloadSignergetEventStreamV4PayloadSigner(AwsCredentialsIdentity credentials, CredentialScope credentialScope, Clock signingClock)
-
-
-
Method Detail
-
getDefaultAwsCrtV4aHttpSigner
public static DefaultAwsCrtV4aHttpSigner getDefaultAwsCrtV4aHttpSigner()
-
getEventStreamV4PayloadSigner
public static EventStreamV4PayloadSigner getEventStreamV4PayloadSigner(AwsCredentialsIdentity credentials, CredentialScope credentialScope, Clock signingClock)
-
-