Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
MacHost |
MacHost.clone() |
MacHost |
MacHost.withHostId(String hostId)
The EC2 Mac Dedicated Host ID.
|
MacHost |
MacHost.withMacOSLatestSupportedVersions(Collection<String> macOSLatestSupportedVersions)
The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
|
MacHost |
MacHost.withMacOSLatestSupportedVersions(String... macOSLatestSupportedVersions)
The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
|
Modifier and Type | Method and Description |
---|---|
List<MacHost> |
DescribeMacHostsResult.getMacHosts()
Information about the EC2 Mac Dedicated Hosts.
|
Modifier and Type | Method and Description |
---|---|
DescribeMacHostsResult |
DescribeMacHostsResult.withMacHosts(MacHost... macHosts)
Information about the EC2 Mac Dedicated Hosts.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeMacHostsResult.setMacHosts(Collection<MacHost> macHosts)
Information about the EC2 Mac Dedicated Hosts.
|
DescribeMacHostsResult |
DescribeMacHostsResult.withMacHosts(Collection<MacHost> macHosts)
Information about the EC2 Mac Dedicated Hosts.
|
Copyright © 2024. All rights reserved.