| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
DetailType |
UpdateNotificationRuleRequest.detailType()
The level of detail to include in the notifications for this resource.
|
DetailType |
CreateNotificationRuleRequest.detailType()
The level of detail to include in the notifications for this resource.
|
DetailType |
DescribeNotificationRuleResponse.detailType()
The level of detail included in the notifications for this resource.
|
static DetailType |
DetailType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DetailType |
DetailType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetailType[] |
DetailType.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<DetailType> |
DetailType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.detailType(DetailType detailType)
The level of detail to include in the notifications for this resource.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.detailType(DetailType detailType)
The level of detail to include in the notifications for this resource.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.detailType(DetailType detailType)
The level of detail included in the notifications for this resource.
|
Copyright © 2023. All rights reserved.