Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.ModifyEndpoint C# (CSharp) Method

ModifyEndpoint() public method

Modifies the specified endpoint.
/// The resource is in a state that prevents it from being used for database migration. /// /// AWS DMS cannot access the KMS key. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. ///
public ModifyEndpoint ( ModifyEndpointRequest request ) : ModifyEndpointResponse
request ModifyEndpointRequest Container for the necessary parameters to execute the ModifyEndpoint service method.
return ModifyEndpointResponse
        public ModifyEndpointResponse ModifyEndpoint(ModifyEndpointRequest request)
        {
            var marshaller = new ModifyEndpointRequestMarshaller();
            var unmarshaller = ModifyEndpointResponseUnmarshaller.Instance;

            return Invoke<ModifyEndpointRequest,ModifyEndpointResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient