Uses of Class
software.amazon.awssdk.services.databasemigration.model.S3Settings
Packages that use S3Settings
-
Uses of S3Settings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return S3SettingsModifier and TypeMethodDescriptionfinal S3SettingsCreateEndpointRequest.s3Settings()Settings in JSON format for the target Amazon S3 endpoint.final S3SettingsEndpoint.s3Settings()The settings for the S3 target endpoint.final S3SettingsModifyEndpointRequest.s3Settings()Settings in JSON format for the target Amazon S3 endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type S3SettingsModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.s3Settings(S3Settings s3Settings) Settings in JSON format for the target Amazon S3 endpoint.Endpoint.Builder.s3Settings(S3Settings s3Settings) The settings for the S3 target endpoint.ModifyEndpointRequest.Builder.s3Settings(S3Settings s3Settings) Settings in JSON format for the target Amazon S3 endpoint.