Uses of Class
com.amazonaws.internal.config.SignerConfig
-
Packages that use SignerConfig Package Description com.amazonaws.internal.config -
-
Uses of SignerConfig in com.amazonaws.internal.config
Methods in com.amazonaws.internal.config that return SignerConfig Modifier and Type Method Description SignerConfig
SignerConfigJsonHelper. build()
SignerConfig
InternalConfig. getSignerConfig(String serviceName)
Returns the signer configuration for the specified service, not specific to any region.SignerConfig
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 SignerConfig Modifier and Type Method Description JsonIndex<SignerConfigJsonHelper,SignerConfig>[]
InternalConfigJsonHelper. getRegionSigners()
JsonIndex<SignerConfigJsonHelper,SignerConfig>[]
InternalConfigJsonHelper. getServiceRegionSigners()
JsonIndex<SignerConfigJsonHelper,SignerConfig>[]
InternalConfigJsonHelper. getServiceSigners()
-