Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ProcessorInfo |
ProcessorInfo.clone() |
ProcessorInfo |
InstanceTypeInfo.getProcessorInfo()
Describes the processor.
|
ProcessorInfo |
ProcessorInfo.withSupportedArchitectures(ArchitectureType... supportedArchitectures)
The architectures supported by the instance type.
|
ProcessorInfo |
ProcessorInfo.withSupportedArchitectures(Collection<String> supportedArchitectures)
The architectures supported by the instance type.
|
ProcessorInfo |
ProcessorInfo.withSupportedArchitectures(String... supportedArchitectures)
The architectures supported by the instance type.
|
ProcessorInfo |
ProcessorInfo.withSupportedFeatures(Collection<String> supportedFeatures)
Indicates whether the instance type supports AMD SEV-SNP.
|
ProcessorInfo |
ProcessorInfo.withSupportedFeatures(String... supportedFeatures)
Indicates whether the instance type supports AMD SEV-SNP.
|
ProcessorInfo |
ProcessorInfo.withSupportedFeatures(SupportedAdditionalProcessorFeature... supportedFeatures)
Indicates whether the instance type supports AMD SEV-SNP.
|
ProcessorInfo |
ProcessorInfo.withSustainedClockSpeedInGhz(Double sustainedClockSpeedInGhz)
The speed of the processor, in GHz.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeInfo.setProcessorInfo(ProcessorInfo processorInfo)
Describes the processor.
|
InstanceTypeInfo |
InstanceTypeInfo.withProcessorInfo(ProcessorInfo processorInfo)
Describes the processor.
|
Copyright © 2023. All rights reserved.