Uses of Class
software.amazon.awssdk.services.cloudtrail.model.DestinationType
-
Packages that use DestinationType Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of DestinationType in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return DestinationType Modifier and Type Method Description static DestinationTypeDestinationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DestinationTypeDestination. type()The type of destination for events arriving from a channel.static DestinationTypeDestinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DestinationType[]DestinationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type DestinationType Modifier and Type Method Description static Set<DestinationType>DestinationType. knownValues()Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type DestinationType Modifier and Type Method Description Destination.BuilderDestination.Builder. type(DestinationType type)The type of destination for events arriving from a channel.
-