Uses of Interface
software.amazon.awssdk.services.gamelift.model.StopFleetActionsResponse.Builder
-
Packages that use StopFleetActionsResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of StopFleetActionsResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return StopFleetActionsResponse.Builder Modifier and Type Method Description static StopFleetActionsResponse.BuilderStopFleetActionsResponse. builder()StopFleetActionsResponse.BuilderStopFleetActionsResponse.Builder. fleetArn(String fleetArn)The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.StopFleetActionsResponse.BuilderStopFleetActionsResponse.Builder. fleetId(String fleetId)A unique identifier for the fleet to stop actions on.StopFleetActionsResponse.BuilderStopFleetActionsResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type StopFleetActionsResponse.Builder Modifier and Type Method Description static Class<? extends StopFleetActionsResponse.Builder>StopFleetActionsResponse. serializableBuilderClass()
-