Uses of Class
software.amazon.awssdk.services.databasemigration.model.GcpMySQLSettings
Packages that use GcpMySQLSettings
-
Uses of GcpMySQLSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return GcpMySQLSettingsModifier and TypeMethodDescriptionfinal GcpMySQLSettingsCreateEndpointRequest.gcpMySQLSettings()Settings in JSON format for the source GCP MySQL endpoint.final GcpMySQLSettingsEndpoint.gcpMySQLSettings()Settings in JSON format for the source GCP MySQL endpoint.final GcpMySQLSettingsModifyEndpointRequest.gcpMySQLSettings()Settings in JSON format for the source GCP MySQL endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type GcpMySQLSettingsModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.gcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings) Settings in JSON format for the source GCP MySQL endpoint.Endpoint.Builder.gcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings) Settings in JSON format for the source GCP MySQL endpoint.ModifyEndpointRequest.Builder.gcpMySQLSettings(GcpMySQLSettings gcpMySQLSettings) Settings in JSON format for the source GCP MySQL endpoint.