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