Uses of Class
software.amazon.awssdk.services.firehose.model.HttpEndpointS3BackupMode
-
Packages that use HttpEndpointS3BackupMode Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointS3BackupMode in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HttpEndpointS3BackupMode Modifier and Type Method Description static HttpEndpointS3BackupModeHttpEndpointS3BackupMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HttpEndpointS3BackupModeHttpEndpointDestinationConfiguration. s3BackupMode()Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint destination.HttpEndpointS3BackupModeHttpEndpointDestinationDescription. s3BackupMode()Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint destination.HttpEndpointS3BackupModeHttpEndpointDestinationUpdate. s3BackupMode()Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint destination.static HttpEndpointS3BackupModeHttpEndpointS3BackupMode. 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.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type HttpEndpointS3BackupMode Modifier and Type Method Description static Set<HttpEndpointS3BackupMode>HttpEndpointS3BackupMode. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type HttpEndpointS3BackupMode Modifier and Type Method Description HttpEndpointDestinationConfiguration.BuilderHttpEndpointDestinationConfiguration.Builder. s3BackupMode(HttpEndpointS3BackupMode s3BackupMode)Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint destination.HttpEndpointDestinationDescription.BuilderHttpEndpointDestinationDescription.Builder. s3BackupMode(HttpEndpointS3BackupMode s3BackupMode)Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint destination.HttpEndpointDestinationUpdate.BuilderHttpEndpointDestinationUpdate.Builder. s3BackupMode(HttpEndpointS3BackupMode s3BackupMode)Describes the S3 bucket backup options for the data that Kinesis Firehose delivers to the HTTP endpoint destination.
-