Uses of Class
software.amazon.awssdk.services.databasemigration.model.NeptuneSettings
-
Packages that use NeptuneSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of NeptuneSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return NeptuneSettings Modifier and Type Method Description NeptuneSettingsCreateEndpointRequest. neptuneSettings()Settings in JSON format for the target Amazon Neptune endpoint.NeptuneSettingsEndpoint. neptuneSettings()The settings for the Amazon Neptune target endpoint.NeptuneSettingsModifyEndpointRequest. neptuneSettings()Settings in JSON format for the target Amazon Neptune endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type NeptuneSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. neptuneSettings(NeptuneSettings neptuneSettings)Settings in JSON format for the target Amazon Neptune endpoint.Endpoint.BuilderEndpoint.Builder. neptuneSettings(NeptuneSettings neptuneSettings)The settings for the Amazon Neptune target endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. neptuneSettings(NeptuneSettings neptuneSettings)Settings in JSON format for the target Amazon Neptune endpoint.
-