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.Builder
NitroTpmInfo. builder()
NitroTpmInfo.Builder
NitroTpmInfo.Builder. supportedVersions(String... supportedVersions)
Indicates the supported NitroTPM versions.NitroTpmInfo.Builder
NitroTpmInfo.Builder. supportedVersions(Collection<String> supportedVersions)
Indicates the supported NitroTPM versions.NitroTpmInfo.Builder
NitroTpmInfo. 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.Builder
InstanceTypeInfo.Builder. nitroTpmInfo(Consumer<NitroTpmInfo.Builder> nitroTpmInfo)
Describes the supported NitroTPM versions for the instance type.
-