Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.Distribution
-
Packages that use Distribution Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of Distribution in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Distribution Modifier and Type Method Description DistributionPutSubscriptionFilterRequest. distribution()The method used to distribute log data to the destination.DistributionSubscriptionFilter. distribution()Returns the value of the Distribution property for this object.static DistributionDistribution. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DistributionDistribution. valueOf(String name)Returns 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 Distribution Modifier and Type Method Description static Set<Distribution>Distribution. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type Distribution Modifier and Type Method Description PutSubscriptionFilterRequest.BuilderPutSubscriptionFilterRequest.Builder. distribution(Distribution distribution)The method used to distribute log data to the destination.SubscriptionFilter.BuilderSubscriptionFilter.Builder. distribution(Distribution distribution)Sets the value of the Distribution property for this object.
-