Uses of Class
software.amazon.awssdk.services.gamelift.model.LocationAttributes
-
Packages that use LocationAttributes Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LocationAttributes in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type LocationAttributes Modifier and Type Method Description List<LocationAttributes>DescribeFleetLocationAttributesResponse. locationAttributes()Location-specific information on the requested fleet's remote locations.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type LocationAttributes Modifier and Type Method Description DescribeFleetLocationAttributesResponse.BuilderDescribeFleetLocationAttributesResponse.Builder. locationAttributes(LocationAttributes... locationAttributes)Location-specific information on the requested fleet's remote locations.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type LocationAttributes Modifier and Type Method Description DescribeFleetLocationAttributesResponse.BuilderDescribeFleetLocationAttributesResponse.Builder. locationAttributes(Collection<LocationAttributes> locationAttributes)Location-specific information on the requested fleet's remote locations.
-