Uses of Class
software.amazon.awssdk.services.gamelift.model.LocationUpdateStatus
-
Packages that use LocationUpdateStatus Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LocationUpdateStatus in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return LocationUpdateStatus Modifier and Type Method Description static LocationUpdateStatusLocationUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LocationUpdateStatusDescribeFleetPortSettingsResponse. updateStatus()The current status of updates to the fleet's port settings in the requested fleet location.LocationUpdateStatusLocationAttributes. updateStatus()The status of fleet activity updates to the location.LocationUpdateStatusScalingPolicy. updateStatus()The current status of the fleet's scaling policies in a requested fleet location.static LocationUpdateStatusLocationUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LocationUpdateStatus[]LocationUpdateStatus. 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 LocationUpdateStatus Modifier and Type Method Description static Set<LocationUpdateStatus>LocationUpdateStatus. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type LocationUpdateStatus Modifier and Type Method Description DescribeFleetPortSettingsResponse.BuilderDescribeFleetPortSettingsResponse.Builder. updateStatus(LocationUpdateStatus updateStatus)The current status of updates to the fleet's port settings in the requested fleet location.LocationAttributes.BuilderLocationAttributes.Builder. updateStatus(LocationUpdateStatus updateStatus)The status of fleet activity updates to the location.ScalingPolicy.BuilderScalingPolicy.Builder. updateStatus(LocationUpdateStatus updateStatus)The current status of the fleet's scaling policies in a requested fleet location.
-