Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.S3Location
-
Packages that use S3Location Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of S3Location in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return S3Location Modifier and Type Method Description S3LocationCustomPluginLocation. 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 S3Location Modifier and Type Method Description CustomPluginLocation.BuilderCustomPluginLocation.Builder. s3Location(S3Location s3Location)The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
-