Uses of Enum
software.amazon.awssdk.services.ec2.model.AmdSevSnpSpecification
Packages that use AmdSevSnpSpecification
-
Uses of AmdSevSnpSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AmdSevSnpSpecificationModifier and TypeMethodDescriptionfinal AmdSevSnpSpecificationCpuOptions.amdSevSnp()Indicates whether the instance is enabled for AMD SEV-SNP.final AmdSevSnpSpecificationCpuOptionsRequest.amdSevSnp()Indicates whether to enable the instance for AMD SEV-SNP.final AmdSevSnpSpecificationLaunchTemplateCpuOptions.amdSevSnp()Indicates whether the instance is enabled for AMD SEV-SNP.final AmdSevSnpSpecificationLaunchTemplateCpuOptionsRequest.amdSevSnp()Indicates whether to enable the instance for AMD SEV-SNP.static AmdSevSnpSpecificationUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AmdSevSnpSpecificationReturns the enum constant of this type with the specified name.static AmdSevSnpSpecification[]AmdSevSnpSpecification.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AmdSevSnpSpecificationModifier and TypeMethodDescriptionstatic Set<AmdSevSnpSpecification>AmdSevSnpSpecification.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AmdSevSnpSpecificationModifier and TypeMethodDescriptionCpuOptions.Builder.amdSevSnp(AmdSevSnpSpecification amdSevSnp) Indicates whether the instance is enabled for AMD SEV-SNP.CpuOptionsRequest.Builder.amdSevSnp(AmdSevSnpSpecification amdSevSnp) Indicates whether to enable the instance for AMD SEV-SNP.LaunchTemplateCpuOptions.Builder.amdSevSnp(AmdSevSnpSpecification amdSevSnp) Indicates whether the instance is enabled for AMD SEV-SNP.LaunchTemplateCpuOptionsRequest.Builder.amdSevSnp(AmdSevSnpSpecification amdSevSnp) Indicates whether to enable the instance for AMD SEV-SNP.