Uses of Class
software.amazon.awssdk.services.databasemigration.model.DocDbSettings
-
Packages that use DocDbSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of DocDbSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DocDbSettings Modifier and Type Method Description DocDbSettingsCreateEndpointRequest. docDbSettings()Returns the value of the DocDbSettings property for this object.DocDbSettingsEndpoint. docDbSettings()Returns the value of the DocDbSettings property for this object.DocDbSettingsModifyEndpointRequest. docDbSettings()Settings in JSON format for the source DocumentDB endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DocDbSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. docDbSettings(DocDbSettings docDbSettings)Sets the value of the DocDbSettings property for this object.Endpoint.BuilderEndpoint.Builder. docDbSettings(DocDbSettings docDbSettings)Sets the value of the DocDbSettings property for this object.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. docDbSettings(DocDbSettings docDbSettings)Settings in JSON format for the source DocumentDB endpoint.
-