Uses of Enum
software.amazon.awssdk.services.ec2.model.ArchitectureValues
Packages that use ArchitectureValues
-
Uses of ArchitectureValues in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ArchitectureValuesModifier and TypeMethodDescriptionfinal ArchitectureValuesImage.architecture()The architecture of the image.final ArchitectureValuesImportInstanceLaunchSpecification.architecture()The architecture of the instance.final ArchitectureValuesInstance.architecture()The architecture of the image.final ArchitectureValuesRegisterImageRequest.architecture()The architecture of the AMI.static ArchitectureValuesUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ArchitectureValuesReturns the enum constant of this type with the specified name.static ArchitectureValues[]ArchitectureValues.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 ArchitectureValuesModifier and TypeMethodDescriptionstatic Set<ArchitectureValues>ArchitectureValues.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type ArchitectureValuesModifier and TypeMethodDescriptionImage.Builder.architecture(ArchitectureValues architecture) The architecture of the image.ImportInstanceLaunchSpecification.Builder.architecture(ArchitectureValues architecture) The architecture of the instance.Instance.Builder.architecture(ArchitectureValues architecture) The architecture of the image.RegisterImageRequest.Builder.architecture(ArchitectureValues architecture) The architecture of the AMI.