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

CreateEndpoint() public method

Creates an endpoint using the provided settings.
/// AWS DMS was denied access to the 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. /// /// The quota for this resource quota has been exceeded. ///
public CreateEndpoint ( CreateEndpointRequest request ) : CreateEndpointResponse
request CreateEndpointRequest Container for the necessary parameters to execute the CreateEndpoint service method.
return CreateEndpointResponse
        public CreateEndpointResponse CreateEndpoint(CreateEndpointRequest request)
        {
            var marshaller = new CreateEndpointRequestMarshaller();
            var unmarshaller = CreateEndpointResponseUnmarshaller.Instance;

            return Invoke<CreateEndpointRequest,CreateEndpointResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient