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