Uses of Class
software.amazon.awssdk.services.ec2.model.MacHost
-
Packages that use MacHost Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of MacHost in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MacHost Modifier and Type Method Description List<MacHost>DescribeMacHostsResponse. macHosts()Information about the EC2 Mac Dedicated Hosts.Methods in software.amazon.awssdk.services.ec2.model with parameters of type MacHost Modifier and Type Method Description DescribeMacHostsResponse.BuilderDescribeMacHostsResponse.Builder. macHosts(MacHost... macHosts)Information about the EC2 Mac Dedicated Hosts.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type MacHost Modifier and Type Method Description DescribeMacHostsResponse.BuilderDescribeMacHostsResponse.Builder. macHosts(Collection<MacHost> macHosts)Information about the EC2 Mac Dedicated Hosts. -
Uses of MacHost in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type MacHost Modifier and Type Method Description SdkIterable<MacHost>DescribeMacHostsIterable. macHosts()Returns an iterable to iterate through the paginatedDescribeMacHostsResponse.macHosts()member.SdkPublisher<MacHost>DescribeMacHostsPublisher. macHosts()Returns a publisher that can be used to get a stream of data.
-