Uses of Class
software.amazon.awssdk.services.gamelift.model.Instance
-
Packages that use Instance Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of Instance in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>DescribeInstancesResponse. instances()A collection of objects containing properties for each instance returned.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type Instance Modifier and Type Method Description DescribeInstancesResponse.BuilderDescribeInstancesResponse.Builder. instances(Instance... instances)A collection of objects containing properties for each instance returned.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type Instance Modifier and Type Method Description DescribeInstancesResponse.BuilderDescribeInstancesResponse.Builder. instances(Collection<Instance> instances)A collection of objects containing properties for each instance returned. -
Uses of Instance in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type Instance Modifier and Type Method Description SdkIterable<Instance>DescribeInstancesIterable. instances()Returns an iterable to iterate through the paginatedDescribeInstancesResponse.instances()member.SdkPublisher<Instance>DescribeInstancesPublisher. instances()Returns a publisher that can be used to get a stream of data.
-