| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpEndpointS3BackupMode |
HttpEndpointS3BackupMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HttpEndpointS3BackupMode |
HttpEndpointDestinationDescription.s3BackupMode()
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointS3BackupMode |
HttpEndpointDestinationConfiguration.s3BackupMode()
Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointS3BackupMode |
HttpEndpointDestinationUpdate.s3BackupMode()
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
static HttpEndpointS3BackupMode |
HttpEndpointS3BackupMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpEndpointS3BackupMode[] |
HttpEndpointS3BackupMode.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<HttpEndpointS3BackupMode> |
HttpEndpointS3BackupMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HttpEndpointDestinationDescription.Builder |
HttpEndpointDestinationDescription.Builder.s3BackupMode(HttpEndpointS3BackupMode s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointDestinationConfiguration.Builder |
HttpEndpointDestinationConfiguration.Builder.s3BackupMode(HttpEndpointS3BackupMode s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint
destination.
|
HttpEndpointDestinationUpdate.Builder |
HttpEndpointDestinationUpdate.Builder.s3BackupMode(HttpEndpointS3BackupMode s3BackupMode)
Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint
destination.
|
Copyright © 2023. All rights reserved.