Uses of Enum
software.amazon.awssdk.services.outposts.model.OutpostGeneration
Packages that use OutpostGeneration
-
Uses of OutpostGeneration in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return OutpostGenerationModifier and TypeMethodDescriptionstatic OutpostGenerationUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OutpostGenerationFormFactorConfig.outpostGeneration()The Outpost generation.final OutpostGenerationListOrderableInstanceTypesRequest.outpostGenerationFilter()Filters the results by Outpost generation.static OutpostGenerationReturns the enum constant of this type with the specified name.static OutpostGeneration[]OutpostGeneration.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type OutpostGenerationMethods in software.amazon.awssdk.services.outposts.model with parameters of type OutpostGenerationModifier and TypeMethodDescriptionFormFactorConfig.Builder.outpostGeneration(OutpostGeneration outpostGeneration) The Outpost generation.ListOrderableInstanceTypesRequest.Builder.outpostGenerationFilter(OutpostGeneration outpostGenerationFilter) Filters the results by Outpost generation.