Uses of Class
software.amazon.awssdk.codegen.model.service.Location
-
Packages that use Location Package Description software.amazon.awssdk.codegen.model.intermediate software.amazon.awssdk.codegen.model.service -
-
Uses of Location in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return Location Modifier and Type Method Description Location
AuthorizerModel. getAuthTokenLocation()
Location
ParameterHttpMapping. getLocation()
Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type Location Modifier and Type Method Description void
ParameterHttpMapping. setLocation(Location location)
ParameterHttpMapping
ParameterHttpMapping. withLocation(Location location)
Constructors in software.amazon.awssdk.codegen.model.intermediate with parameters of type Location Constructor Description AuthorizerModel(String name, String interfaceName, Location authTokenLocation, String tokenName)
-
Uses of Location in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return Location Modifier and Type Method Description static Location
Location. forValue(String location)
Location
Authorizer.Placement. getLocation()
Location
Authorizer. getTokenLocation()
static Location
Location. valueOf(String name)
Returns the enum constant of this type with the specified name.static Location[]
Location. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.codegen.model.service with parameters of type Location Modifier and Type Method Description void
Authorizer.Placement. setLocation(Location location)
-