Uses of Class
software.amazon.awssdk.services.gamelift.model.Compute
-
Packages that use Compute Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of Compute in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return Compute Modifier and Type Method Description ComputeDescribeComputeResponse. compute()The set of properties for the requested compute resource.ComputeRegisterComputeResponse. compute()The details of the compute resource you registered.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Compute Modifier and Type Method Description List<Compute>ListComputeResponse. computeList()A list of compute resources in the specified fleet.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type Compute Modifier and Type Method Description DescribeComputeResponse.BuilderDescribeComputeResponse.Builder. compute(Compute compute)The set of properties for the requested compute resource.RegisterComputeResponse.BuilderRegisterComputeResponse.Builder. compute(Compute compute)The details of the compute resource you registered.ListComputeResponse.BuilderListComputeResponse.Builder. computeList(Compute... computeList)A list of compute resources in the specified fleet.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Compute Modifier and Type Method Description ListComputeResponse.BuilderListComputeResponse.Builder. computeList(Collection<Compute> computeList)A list of compute resources in the specified fleet. -
Uses of Compute in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type Compute Modifier and Type Method Description SdkIterable<Compute>ListComputeIterable. computeList()Returns an iterable to iterate through the paginatedListComputeResponse.computeList()member.SdkPublisher<Compute>ListComputePublisher. computeList()Returns a publisher that can be used to get a stream of data.
-