Uses of Class
com.amazonaws.internal.config.SignerConfig
Packages that use SignerConfig
-
Uses of SignerConfig in com.amazonaws.internal.config
Classes in com.amazonaws.internal.config that implement interfaces with type arguments of type SignerConfigModifier and TypeClassDescriptionclassAn internal class used to buildSignerConfigafter this class per se has been unmarshalled from JSON.Methods in com.amazonaws.internal.config that return SignerConfigModifier and TypeMethodDescriptionSignerConfigJsonHelper.build()InternalConfig.getSignerConfig(String serviceName) Returns the signer configuration for the specified service, not specific to any region.InternalConfig.getSignerConfig(String serviceName, String regionName) Returns the signer configuration for the specified service name and an optional region name.Methods in com.amazonaws.internal.config that return types with arguments of type SignerConfigModifier and TypeMethodDescriptionInternalConfigJsonHelper.getRegionSigners()InternalConfigJsonHelper.getServiceRegionSigners()InternalConfigJsonHelper.getServiceSigners()