Uses of Class
software.amazon.awssdk.services.elasticinference.model.ElasticInferenceAccelerator
-
Packages that use ElasticInferenceAccelerator Package Description software.amazon.awssdk.services.elasticinference.model software.amazon.awssdk.services.elasticinference.paginators -
-
Uses of ElasticInferenceAccelerator in software.amazon.awssdk.services.elasticinference.model
Methods in software.amazon.awssdk.services.elasticinference.model that return types with arguments of type ElasticInferenceAccelerator Modifier and Type Method Description List<ElasticInferenceAccelerator>DescribeAcceleratorsResponse. acceleratorSet()The details of the Elastic Inference Accelerators.Methods in software.amazon.awssdk.services.elasticinference.model with parameters of type ElasticInferenceAccelerator Modifier and Type Method Description DescribeAcceleratorsResponse.BuilderDescribeAcceleratorsResponse.Builder. acceleratorSet(ElasticInferenceAccelerator... acceleratorSet)The details of the Elastic Inference Accelerators.Method parameters in software.amazon.awssdk.services.elasticinference.model with type arguments of type ElasticInferenceAccelerator Modifier and Type Method Description DescribeAcceleratorsResponse.BuilderDescribeAcceleratorsResponse.Builder. acceleratorSet(Collection<ElasticInferenceAccelerator> acceleratorSet)The details of the Elastic Inference Accelerators. -
Uses of ElasticInferenceAccelerator in software.amazon.awssdk.services.elasticinference.paginators
Methods in software.amazon.awssdk.services.elasticinference.paginators that return types with arguments of type ElasticInferenceAccelerator Modifier and Type Method Description SdkIterable<ElasticInferenceAccelerator>DescribeAcceleratorsIterable. acceleratorSet()Returns an iterable to iterate through the paginatedDescribeAcceleratorsResponse.acceleratorSet()member.SdkPublisher<ElasticInferenceAccelerator>DescribeAcceleratorsPublisher. acceleratorSet()Returns a publisher that can be used to get a stream of data.
-