Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.DetailType
-
Packages that use DetailType Package Description software.amazon.awssdk.services.codestarnotifications.model -
-
Uses of DetailType in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return DetailType Modifier and Type Method Description DetailTypeCreateNotificationRuleRequest. detailType()The level of detail to include in the notifications for this resource.DetailTypeDescribeNotificationRuleResponse. detailType()The level of detail included in the notifications for this resource.DetailTypeUpdateNotificationRuleRequest. detailType()The level of detail to include in the notifications for this resource.static DetailTypeDetailType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DetailTypeDetailType. 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.Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type DetailType Modifier and Type Method Description static Set<DetailType>DetailType. knownValues()Methods in software.amazon.awssdk.services.codestarnotifications.model with parameters of type DetailType Modifier and Type Method Description CreateNotificationRuleRequest.BuilderCreateNotificationRuleRequest.Builder. detailType(DetailType detailType)The level of detail to include in the notifications for this resource.DescribeNotificationRuleResponse.BuilderDescribeNotificationRuleResponse.Builder. detailType(DetailType detailType)The level of detail included in the notifications for this resource.UpdateNotificationRuleRequest.BuilderUpdateNotificationRuleRequest.Builder. detailType(DetailType detailType)The level of detail to include in the notifications for this resource.
-