Uses of Class
software.amazon.awssdk.services.databasemigration.model.S3Settings
-
Packages that use S3Settings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of S3Settings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return S3Settings Modifier and Type Method Description S3SettingsCreateEndpointRequest. s3Settings()Settings in JSON format for the target Amazon S3 endpoint.S3SettingsEndpoint. s3Settings()The settings for the S3 target endpoint.S3SettingsModifyEndpointRequest. s3Settings()Settings in JSON format for the target Amazon S3 endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type S3Settings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. s3Settings(S3Settings s3Settings)Settings in JSON format for the target Amazon S3 endpoint.Endpoint.BuilderEndpoint.Builder. s3Settings(S3Settings s3Settings)The settings for the S3 target endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. s3Settings(S3Settings s3Settings)Settings in JSON format for the target Amazon S3 endpoint.
-