Uses of Enum
software.amazon.awssdk.core.traits.TraitType
Packages that use TraitType
-
Uses of TraitType in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core with parameters of type TraitTypeModifier and TypeMethodDescriptionbooleanSdkField.containsTrait(Class<? extends Trait> clzz, TraitType type) Checks if a givenTraitis present on the field.SdkField.getOptionalTrait(Class<T> clzz, TraitType type) Gets the trait of the specified class if available.<T extends Trait>
TSdkField.getRequiredTrait(Class<T> clzz, TraitType type) Gets the trait of the specified class, or throwIllegalStateExceptionif not available.<T extends Trait>
TGets the trait of the specified class and known type if available. -
Uses of TraitType in software.amazon.awssdk.core.traits
Methods in software.amazon.awssdk.core.traits that return TraitTypeModifier and TypeMethodDescriptionstatic TraitTypeReturns the type for the given class.DataTypeConversionFailureHandlingTrait.type()DefaultValueTrait.type()JsonValueTrait.type()ListTrait.type()LocationTrait.type()MapTrait.type()PayloadTrait.type()RequiredTrait.type()TimestampFormatTrait.type()default TraitTypeTrait.type()The known trait type.XmlAttributesTrait.type()XmlAttributeTrait.type()static TraitTypeReturns the enum constant of this type with the specified name.static TraitType[]TraitType.values()Returns an array containing the constants of this enum type, in the order they are declared.