Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.GetConnectors C# (CSharp) Метод

GetConnectors() публичный Метод

The GetConnectors API returns a list of connectors that are registered with the Server Migration Service.
/// This user does not have permissions to perform this operation. ///
public GetConnectors ( GetConnectorsRequest request ) : GetConnectorsResponse
request Amazon.ServerMigrationService.Model.GetConnectorsRequest Container for the necessary parameters to execute the GetConnectors service method.
Результат Amazon.ServerMigrationService.Model.GetConnectorsResponse
        public GetConnectorsResponse GetConnectors(GetConnectorsRequest request)
        {
            var marshaller = new GetConnectorsRequestMarshaller();
            var unmarshaller = GetConnectorsResponseUnmarshaller.Instance;

            return Invoke<GetConnectorsRequest,GetConnectorsResponse>(request, marshaller, unmarshaller);
        }