Uses of Class
software.amazon.awssdk.services.location.model.IntendedUse
-
Packages that use IntendedUse Package Description software.amazon.awssdk.services.location.model -
-
Uses of IntendedUse in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return IntendedUse Modifier and Type Method Description static IntendedUseIntendedUse. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntendedUseDataSourceConfiguration. intendedUse()Specifies how the results of an operation will be stored by the caller.static IntendedUseIntendedUse. valueOf(String name)Returns the enum constant of this type with the specified name.static IntendedUse[]IntendedUse. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type IntendedUse Modifier and Type Method Description static Set<IntendedUse>IntendedUse. knownValues()Methods in software.amazon.awssdk.services.location.model with parameters of type IntendedUse Modifier and Type Method Description DataSourceConfiguration.BuilderDataSourceConfiguration.Builder. intendedUse(IntendedUse intendedUse)Specifies how the results of an operation will be stored by the caller.
-