Uses of Class
com.amazonaws.internal.config.SignerConfigJsonHelper
-
Packages that use SignerConfigJsonHelper Package Description com.amazonaws.internal.config -
-
Uses of SignerConfigJsonHelper in com.amazonaws.internal.config
Methods in com.amazonaws.internal.config that return SignerConfigJsonHelper Modifier and Type Method Description SignerConfigJsonHelper
InternalConfigJsonHelper. getDefaultSigner()
Methods in com.amazonaws.internal.config that return types with arguments of type SignerConfigJsonHelper Modifier and Type Method Description JsonIndex<SignerConfigJsonHelper,SignerConfig>[]
InternalConfigJsonHelper. getRegionSigners()
JsonIndex<SignerConfigJsonHelper,SignerConfig>[]
InternalConfigJsonHelper. getServiceRegionSigners()
JsonIndex<SignerConfigJsonHelper,SignerConfig>[]
InternalConfigJsonHelper. getServiceSigners()
Methods in com.amazonaws.internal.config with parameters of type SignerConfigJsonHelper Modifier and Type Method Description void
InternalConfigJsonHelper. setDefaultSigner(SignerConfigJsonHelper defaultSigner)
-