Uses of Class
software.amazon.awssdk.services.pipes.model.S3OutputFormat
-
Packages that use S3OutputFormat Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of S3OutputFormat in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return S3OutputFormat Modifier and Type Method Description static S3OutputFormatS3OutputFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3OutputFormatS3LogDestination. outputFormat()The format EventBridge uses for the log records.S3OutputFormatS3LogDestinationParameters. outputFormat()How EventBridge should format the log records.static S3OutputFormatS3OutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static S3OutputFormat[]S3OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type S3OutputFormat Modifier and Type Method Description static Set<S3OutputFormat>S3OutputFormat. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type S3OutputFormat Modifier and Type Method Description S3LogDestination.BuilderS3LogDestination.Builder. outputFormat(S3OutputFormat outputFormat)The format EventBridge uses for the log records.S3LogDestinationParameters.BuilderS3LogDestinationParameters.Builder. outputFormat(S3OutputFormat outputFormat)How EventBridge should format the log records.
-