Uses of Interface
software.amazon.awssdk.services.gamelift.model.ListComputeRequest.Builder
-
Packages that use ListComputeRequest.Builder Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers.software.amazon.awssdk.services.gamelift.model -
-
Uses of ListComputeRequest.Builder in software.amazon.awssdk.services.gamelift
-
Uses of ListComputeRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ListComputeRequest.Builder Modifier and Type Method Description static ListComputeRequest.BuilderListComputeRequest. builder()ListComputeRequest.BuilderListComputeRequest.Builder. fleetId(String fleetId)A unique identifier for the fleet to retrieve compute resources for.ListComputeRequest.BuilderListComputeRequest.Builder. limit(Integer limit)The maximum number of results to return.ListComputeRequest.BuilderListComputeRequest.Builder. location(String location)The name of a location to retrieve compute resources for.ListComputeRequest.BuilderListComputeRequest.Builder. nextToken(String nextToken)A token that indicates the start of the next sequential page of results.ListComputeRequest.BuilderListComputeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComputeRequest.BuilderListComputeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComputeRequest.BuilderListComputeRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ListComputeRequest.Builder Modifier and Type Method Description static Class<? extends ListComputeRequest.Builder>ListComputeRequest. serializableBuilderClass()
-