Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.Distribution
Packages that use Distribution
-
Uses of Distribution in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DistributionModifier and TypeMethodDescriptionfinal DistributionPutSubscriptionFilterRequest.distribution()The method used to distribute log data to the destination.final DistributionSubscriptionFilter.distribution()Returns the value of the Distribution property for this object.static DistributionUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DistributionReturns the enum constant of this type with the specified name.static Distribution[]Distribution.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DistributionMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DistributionModifier and TypeMethodDescriptionPutSubscriptionFilterRequest.Builder.distribution(Distribution distribution) The method used to distribute log data to the destination.SubscriptionFilter.Builder.distribution(Distribution distribution) Sets the value of the Distribution property for this object.