Uses of Class
software.amazon.awssdk.core.protocol.MarshallLocation
-
Packages that use MarshallLocation Package Description software.amazon.awssdk.core software.amazon.awssdk.core.protocol software.amazon.awssdk.core.traits -
-
Uses of MarshallLocation in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return MarshallLocation Modifier and Type Method Description MarshallLocationSdkField. location() -
Uses of MarshallLocation in software.amazon.awssdk.core.protocol
Methods in software.amazon.awssdk.core.protocol that return MarshallLocation Modifier and Type Method Description static MarshallLocationMarshallLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static MarshallLocation[]MarshallLocation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MarshallLocation in software.amazon.awssdk.core.traits
Methods in software.amazon.awssdk.core.traits that return MarshallLocation Modifier and Type Method Description MarshallLocationLocationTrait. location()Methods in software.amazon.awssdk.core.traits with parameters of type MarshallLocation Modifier and Type Method Description LocationTrait.BuilderLocationTrait.Builder. location(MarshallLocation location)
-