Uses of Class
software.amazon.awssdk.services.databrew.model.LogSubscription
-
Packages that use LogSubscription Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of LogSubscription in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return LogSubscription Modifier and Type Method Description static LogSubscriptionLogSubscription. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogSubscriptionCreateProfileJobRequest. logSubscription()Enables or disables Amazon CloudWatch logging for the job.LogSubscriptionCreateRecipeJobRequest. logSubscription()Enables or disables Amazon CloudWatch logging for the job.LogSubscriptionDescribeJobResponse. logSubscription()Indicates whether Amazon CloudWatch logging is enabled for this job.LogSubscriptionDescribeJobRunResponse. logSubscription()The current status of Amazon CloudWatch logging for the job run.LogSubscriptionJob. logSubscription()The current status of Amazon CloudWatch logging for the job.LogSubscriptionJobRun. logSubscription()The current status of Amazon CloudWatch logging for the job run.LogSubscriptionUpdateProfileJobRequest. logSubscription()Enables or disables Amazon CloudWatch logging for the job.LogSubscriptionUpdateRecipeJobRequest. logSubscription()Enables or disables Amazon CloudWatch logging for the job.static LogSubscriptionLogSubscription. valueOf(String name)Returns the enum constant of this type with the specified name.static LogSubscription[]LogSubscription. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type LogSubscription Modifier and Type Method Description static Set<LogSubscription>LogSubscription. knownValues()Methods in software.amazon.awssdk.services.databrew.model with parameters of type LogSubscription Modifier and Type Method Description CreateProfileJobRequest.BuilderCreateProfileJobRequest.Builder. logSubscription(LogSubscription logSubscription)Enables or disables Amazon CloudWatch logging for the job.CreateRecipeJobRequest.BuilderCreateRecipeJobRequest.Builder. logSubscription(LogSubscription logSubscription)Enables or disables Amazon CloudWatch logging for the job.DescribeJobResponse.BuilderDescribeJobResponse.Builder. logSubscription(LogSubscription logSubscription)Indicates whether Amazon CloudWatch logging is enabled for this job.DescribeJobRunResponse.BuilderDescribeJobRunResponse.Builder. logSubscription(LogSubscription logSubscription)The current status of Amazon CloudWatch logging for the job run.Job.BuilderJob.Builder. logSubscription(LogSubscription logSubscription)The current status of Amazon CloudWatch logging for the job.JobRun.BuilderJobRun.Builder. logSubscription(LogSubscription logSubscription)The current status of Amazon CloudWatch logging for the job run.UpdateProfileJobRequest.BuilderUpdateProfileJobRequest.Builder. logSubscription(LogSubscription logSubscription)Enables or disables Amazon CloudWatch logging for the job.UpdateRecipeJobRequest.BuilderUpdateRecipeJobRequest.Builder. logSubscription(LogSubscription logSubscription)Enables or disables Amazon CloudWatch logging for the job.
-