Uses of Class
software.amazon.awssdk.services.emr.model.Instance
-
Packages that use Instance Package Description software.amazon.awssdk.services.emr.model software.amazon.awssdk.services.emr.paginators -
-
Uses of Instance in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>ListInstancesResponse. instances()The list of instances for the cluster and given filters.Methods in software.amazon.awssdk.services.emr.model with parameters of type Instance Modifier and Type Method Description ListInstancesResponse.BuilderListInstancesResponse.Builder. instances(Instance... instances)The list of instances for the cluster and given filters.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type Instance Modifier and Type Method Description ListInstancesResponse.BuilderListInstancesResponse.Builder. instances(Collection<Instance> instances)The list of instances for the cluster and given filters. -
Uses of Instance in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type Instance Modifier and Type Method Description SdkIterable<Instance>ListInstancesIterable. instances()Returns an iterable to iterate through the paginatedListInstancesResponse.instances()member.SdkPublisher<Instance>ListInstancesPublisher. instances()Returns a publisher that can be used to get a stream of data.
-