| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BucketNotificationDestinationType |
BucketNotificationDestinationConfig.getType()
The notification type.
|
BucketNotificationDestinationType |
BucketNotificationDestinationConfig.Jsii$Proxy.getType() |
static BucketNotificationDestinationType |
BucketNotificationDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketNotificationDestinationType[] |
BucketNotificationDestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BucketNotificationDestinationConfig.Builder |
BucketNotificationDestinationConfig.Builder.type(BucketNotificationDestinationType type)
Sets the value of
BucketNotificationDestinationConfig.getType() |
Copyright © 2022. All rights reserved.