| Package | Description |
|---|---|
| software.amazon.awscdk.services.sns |
Amazon Simple Notification Service Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BetweenCondition.Jsii$Proxy
An implementation for
BetweenCondition |
| Modifier and Type | Method and Description |
|---|---|
BetweenCondition |
BetweenCondition.Builder.build()
Builds the configured instance.
|
default BetweenCondition |
NumericConditions.getBetween()
Match values that are between the specified values.
|
BetweenCondition |
NumericConditions.Jsii$Proxy.getBetween() |
default BetweenCondition |
NumericConditions.getBetweenStrict()
Match values that are strictly between the specified values.
|
BetweenCondition |
NumericConditions.Jsii$Proxy.getBetweenStrict() |
| Modifier and Type | Method and Description |
|---|---|
NumericConditions.Builder |
NumericConditions.Builder.between(BetweenCondition between)
Sets the value of
NumericConditions.getBetween() |
NumericConditions.Builder |
NumericConditions.Builder.betweenStrict(BetweenCondition betweenStrict)
Sets the value of
NumericConditions.getBetweenStrict() |
Copyright © 2022. All rights reserved.