Uses of Interface
software.amazon.awssdk.services.ec2.model.NitroTpmInfo.Builder
Packages that use NitroTpmInfo.Builder
-
Uses of NitroTpmInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NitroTpmInfo.BuilderModifier and TypeMethodDescriptionstatic NitroTpmInfo.BuilderNitroTpmInfo.builder()NitroTpmInfo.Builder.supportedVersions(String... supportedVersions) Indicates the supported NitroTPM versions.NitroTpmInfo.Builder.supportedVersions(Collection<String> supportedVersions) Indicates the supported NitroTPM versions.NitroTpmInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NitroTpmInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NitroTpmInfo.Builder>NitroTpmInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NitroTpmInfo.BuilderModifier and TypeMethodDescriptiondefault InstanceTypeInfo.BuilderInstanceTypeInfo.Builder.nitroTpmInfo(Consumer<NitroTpmInfo.Builder> nitroTpmInfo) Describes the supported NitroTPM versions for the instance type.