Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.S3OutputType
-
Packages that use S3OutputType Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of S3OutputType in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return S3OutputType Modifier and Type Method Description static S3OutputTypeS3OutputType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3OutputTypeS3OutputConfigurations. outputType()The output type for the data export.static S3OutputTypeS3OutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static S3OutputType[]S3OutputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type S3OutputType Modifier and Type Method Description static Set<S3OutputType>S3OutputType. knownValues()Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type S3OutputType Modifier and Type Method Description S3OutputConfigurations.BuilderS3OutputConfigurations.Builder. outputType(S3OutputType outputType)The output type for the data export.
-