| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
static LogSubscription |
LogSubscription.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LogSubscription |
UpdateProfileJobRequest.logSubscription()
Enables or disables Amazon CloudWatch logging for the job.
|
LogSubscription |
JobRun.logSubscription()
The current status of Amazon CloudWatch logging for the job run.
|
LogSubscription |
CreateRecipeJobRequest.logSubscription()
Enables or disables Amazon CloudWatch logging for the job.
|
LogSubscription |
DescribeJobRunResponse.logSubscription()
The current status of Amazon CloudWatch logging for the job run.
|
LogSubscription |
Job.logSubscription()
The current status of Amazon CloudWatch logging for the job.
|
LogSubscription |
CreateProfileJobRequest.logSubscription()
Enables or disables Amazon CloudWatch logging for the job.
|
LogSubscription |
UpdateRecipeJobRequest.logSubscription()
Enables or disables Amazon CloudWatch logging for the job.
|
LogSubscription |
DescribeJobResponse.logSubscription()
Indicates whether Amazon CloudWatch logging is enabled for this job.
|
static LogSubscription |
LogSubscription.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LogSubscription> |
LogSubscription.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileJobRequest.Builder |
UpdateProfileJobRequest.Builder.logSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
JobRun.Builder |
JobRun.Builder.logSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
CreateRecipeJobRequest.Builder |
CreateRecipeJobRequest.Builder.logSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
DescribeJobRunResponse.Builder |
DescribeJobRunResponse.Builder.logSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job run.
|
Job.Builder |
Job.Builder.logSubscription(LogSubscription logSubscription)
The current status of Amazon CloudWatch logging for the job.
|
CreateProfileJobRequest.Builder |
CreateProfileJobRequest.Builder.logSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateRecipeJobRequest.Builder |
UpdateRecipeJobRequest.Builder.logSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.logSubscription(LogSubscription logSubscription)
Indicates whether Amazon CloudWatch logging is enabled for this job.
|
Copyright © 2023. All rights reserved.