Uses of Class
software.amazon.awssdk.services.backupgateway.model.Hypervisor
-
Packages that use Hypervisor Package Description software.amazon.awssdk.services.backupgateway.model software.amazon.awssdk.services.backupgateway.paginators -
-
Uses of Hypervisor in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type Hypervisor Modifier and Type Method Description List<Hypervisor>ListHypervisorsResponse. hypervisors()A list of yourHypervisorobjects, ordered by their Amazon Resource Names (ARNs).Methods in software.amazon.awssdk.services.backupgateway.model with parameters of type Hypervisor Modifier and Type Method Description ListHypervisorsResponse.BuilderListHypervisorsResponse.Builder. hypervisors(Hypervisor... hypervisors)A list of yourHypervisorobjects, ordered by their Amazon Resource Names (ARNs).Method parameters in software.amazon.awssdk.services.backupgateway.model with type arguments of type Hypervisor Modifier and Type Method Description ListHypervisorsResponse.BuilderListHypervisorsResponse.Builder. hypervisors(Collection<Hypervisor> hypervisors)A list of yourHypervisorobjects, ordered by their Amazon Resource Names (ARNs). -
Uses of Hypervisor in software.amazon.awssdk.services.backupgateway.paginators
Methods in software.amazon.awssdk.services.backupgateway.paginators that return types with arguments of type Hypervisor Modifier and Type Method Description SdkIterable<Hypervisor>ListHypervisorsIterable. hypervisors()Returns an iterable to iterate through the paginatedListHypervisorsResponse.hypervisors()member.SdkPublisher<Hypervisor>ListHypervisorsPublisher. hypervisors()Returns a publisher that can be used to get a stream of data.
-