@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:14.284Z") @Stability(value=Deprecated) @Deprecated public interface WhiteListReceiptFilterProps extends software.amazon.jsii.JsiiSerializable, AllowListReceiptFilterProps
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.*;
WhiteListReceiptFilterProps whiteListReceiptFilterProps = WhiteListReceiptFilterProps.builder()
.ips(List.of("ips"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
WhiteListReceiptFilterProps.Builder
Deprecated.
|
static class |
WhiteListReceiptFilterProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static WhiteListReceiptFilterProps.Builder |
builder()
Deprecated.
|
getIps@Stability(value=Deprecated) @Deprecated static WhiteListReceiptFilterProps.Builder builder()
builder in interface AllowListReceiptFilterPropsWhiteListReceiptFilterProps.Builder of WhiteListReceiptFilterPropsCopyright © 2022. All rights reserved.