Uses of Class
software.amazon.awssdk.services.gamelift.model.LocationFilter
-
Packages that use LocationFilter Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LocationFilter in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return LocationFilter Modifier and Type Method Description static LocationFilterLocationFilter. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static LocationFilterLocationFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static LocationFilter[]LocationFilter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type LocationFilter Modifier and Type Method Description List<LocationFilter>ListLocationsRequest. filters()Filters the list forAWSorCUSTOMlocations.static Set<LocationFilter>LocationFilter. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type LocationFilter Modifier and Type Method Description ListLocationsRequest.BuilderListLocationsRequest.Builder. filters(LocationFilter... filters)Filters the list forAWSorCUSTOMlocations.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type LocationFilter Modifier and Type Method Description ListLocationsRequest.BuilderListLocationsRequest.Builder. filters(Collection<LocationFilter> filters)Filters the list forAWSorCUSTOMlocations.
-