Uses of Interface
software.amazon.awssdk.services.ec2.model.MacHost.Builder
-
Packages that use MacHost.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of MacHost.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return MacHost.Builder Modifier and Type Method Description static MacHost.BuilderMacHost. builder()MacHost.BuilderMacHost.Builder. hostId(String hostId)The EC2 Mac Dedicated Host ID.MacHost.BuilderMacHost.Builder. macOSLatestSupportedVersions(String... macOSLatestSupportedVersions)The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.MacHost.BuilderMacHost.Builder. macOSLatestSupportedVersions(Collection<String> macOSLatestSupportedVersions)The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.MacHost.BuilderMacHost. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MacHost.Builder Modifier and Type Method Description static Class<? extends MacHost.Builder>MacHost. serializableBuilderClass()
-