Uses of Class
com.amazon.neptune.gremlin.driver.sigv4.SigV4Properties
-
Packages that use SigV4Properties Package Description com.amazon.neptune.gremlin.driver.sigv4 Authorization related code for Amazon Neptune, e.g. -
-
Uses of SigV4Properties in com.amazon.neptune.gremlin.driver.sigv4
Methods in com.amazon.neptune.gremlin.driver.sigv4 that return SigV4Properties Modifier and Type Method Description SigV4PropertiesChainedSigV4PropertiesProvider. getSigV4Properties()Gets theSigV4Propertiesfrom the chain of lambdas.SigV4PropertiesChainedSigV4PropertiesProvider. getSigV4PropertiesFromEnv()Reads the SigV4 properties from the environment properties and constructs theSigV4Propertiesobject.SigV4PropertiesChainedSigV4PropertiesProvider. getSigV4PropertiesFromSystem()Reads the SigV4 properties from the system properties and constructs theSigV4Propertiesobject.
-