Uses of Class
software.amazon.awssdk.services.ec2.model.MacHost
Packages that use MacHost
Package
Description
-
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 MacHostModifier and TypeMethodDescriptionDescribeMacHostsResponse.macHosts()Information about the EC2 Mac Dedicated Hosts.Methods in software.amazon.awssdk.services.ec2.model with parameters of type MacHostModifier and TypeMethodDescriptionInformation about the EC2 Mac Dedicated Hosts.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type MacHostModifier and TypeMethodDescriptionDescribeMacHostsResponse.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 MacHostModifier and TypeMethodDescriptionfinal SdkIterable<MacHost>DescribeMacHostsIterable.macHosts()Returns an iterable to iterate through the paginatedDescribeMacHostsResponse.macHosts()member.final SdkPublisher<MacHost>DescribeMacHostsPublisher.macHosts()Returns a publisher that can be used to get a stream of data.