Uses of Class
software.amazon.awssdk.services.amp.model.Source.Type
-
Packages that use Source.Type Package Description software.amazon.awssdk.services.amp.model -
-
Uses of Source.Type in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return Source.Type Modifier and Type Method Description Source.TypeSource. type()Retrieve an enum value representing which member of this object is populated.static Source.TypeSource.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Source.Type[]Source.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-