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