Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.S3LocationDescription
-
Packages that use S3LocationDescription Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of S3LocationDescription in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return S3LocationDescription Modifier and Type Method Description S3LocationDescriptionCustomPluginLocationDescription. s3Location()The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type S3LocationDescription Modifier and Type Method Description CustomPluginLocationDescription.BuilderCustomPluginLocationDescription.Builder. s3Location(S3LocationDescription s3Location)The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
-