Uses of Enum
software.amazon.awssdk.services.ec2.model.ArchitectureType
Packages that use ArchitectureType
-
Uses of ArchitectureType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ArchitectureTypeModifier and TypeMethodDescriptionstatic ArchitectureTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ArchitectureTypeReturns the enum constant of this type with the specified name.static ArchitectureType[]ArchitectureType.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 ArchitectureTypeModifier and TypeMethodDescriptionfinal List<ArchitectureType>GetInstanceTypesFromInstanceRequirementsRequest.architectureTypes()The processor architecture type.final List<ArchitectureType>InstanceRequirementsWithMetadataRequest.architectureTypes()The architecture type.static Set<ArchitectureType>ArchitectureType.knownValues()final List<ArchitectureType>ProcessorInfo.supportedArchitectures()The architectures supported by the instance type.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ArchitectureTypeModifier and TypeMethodDescriptionGetInstanceTypesFromInstanceRequirementsRequest.Builder.architectureTypes(ArchitectureType... architectureTypes) The processor architecture type.InstanceRequirementsWithMetadataRequest.Builder.architectureTypes(ArchitectureType... architectureTypes) The architecture type.ProcessorInfo.Builder.supportedArchitectures(ArchitectureType... supportedArchitectures) The architectures supported by the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ArchitectureTypeModifier and TypeMethodDescriptionGetInstanceTypesFromInstanceRequirementsRequest.Builder.architectureTypes(Collection<ArchitectureType> architectureTypes) The processor architecture type.InstanceRequirementsWithMetadataRequest.Builder.architectureTypes(Collection<ArchitectureType> architectureTypes) The architecture type.ProcessorInfo.Builder.supportedArchitectures(Collection<ArchitectureType> supportedArchitectures) The architectures supported by the instance type.