Uses of Class
software.amazon.awssdk.services.databasemigration.model.GcpMySQLSettings
-
Packages that use GcpMySQLSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of GcpMySQLSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return GcpMySQLSettings Modifier and Type Method Description GcpMySQLSettingsCreateEndpointRequest. gcpMySQLSettings()Settings in JSON format for the source GCP MySQL endpoint.GcpMySQLSettingsEndpoint. gcpMySQLSettings()Settings in JSON format for the source GCP MySQL endpoint.GcpMySQLSettingsModifyEndpointRequest. gcpMySQLSettings()Settings in JSON format for the source GCP MySQL endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type GcpMySQLSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. gcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)Settings in JSON format for the source GCP MySQL endpoint.Endpoint.BuilderEndpoint.Builder. gcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)Settings in JSON format for the source GCP MySQL endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. gcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings)Settings in JSON format for the source GCP MySQL endpoint.
-