Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of Destination in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return Destination Modifier and Type Method Description DestinationLogSettingsRequest. destination()Where the logs will be delivered.DestinationLogSettingsResponse. destination()The destination where logs are delivered.static DestinationDestination. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DestinationDestination. valueOf(String name)Returns the enum constant of this type with the specified name.static Destination[]Destination. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type Destination Modifier and Type Method Description static Set<Destination>Destination. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type Destination Modifier and Type Method Description LogSettingsRequest.BuilderLogSettingsRequest.Builder. destination(Destination destination)Where the logs will be delivered.LogSettingsResponse.BuilderLogSettingsResponse.Builder. destination(Destination destination)The destination where logs are delivered.
-